Html Css Color HEX #DCC527 Barberry

📋 copy color: '#DCC527'

red 220 ◦ green 197 ◦ blue 39

#DCC527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #DCC527

Tints of Barberry #DCC527

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 48.25%
G = 43.2%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCC527 (or 0xDCC527) is known color: Barberry. HEX triplet: DC, C5 and 27. RGB value is (220,197,39). Sum of RGB (Red+Green+Blue) = 220+197+39=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC527 is #233AD8. Grayscale: #BABABA. Windows color (decimal): -2308825 or 2606556. OLE color: 2606556.

HSL color Cylindrical-coordinate representation of color #DCC527: hue angle of 52.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC527 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 39 -
CMYK 0 0.10 0.82 0.14
HSL 52.38º 0.72% 0.51% -
HSV(B) 52.38º 0.82% 0.86% -
XYZ 49.85 55.29 9.97 -
YUV 185.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 220 197 39 0 0.10 0.82 0.14 52.38 0.72 0.51
Hex DC C5 27 0 A 52 E 34 48 33
Octal 334 305 47 0 12 122 16 64 110 63
Binary 11011100 11000101 100111 0 1010 1010010 1110 110100 1001000 110011

Color Harmonies of #DCC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC527

Black with #DCC527

Text Example


Text Example

White with #DCC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC527; }

 p { color: rgb(220,197,39); }

 H1.HeaderClassName
 {
   color: #DCC527;
 }
 .AnyTagClassName
 {
   color: #DCC527;
 }
</style>

background-color css

<style>
 a { background-color: #DCC527; }

 a { background-color: rgb(220,197,39); }

 div.DivClassName
 {
   background-color: #DCC527;
 }
 .BgClassName
 {
   background-color: #DCC527;
 }
</style>

border-color css

<style>
 span { border-color: #DCC527; }

 span { border-color: rgb(220,197,39); }

 td.TdClassName
 {
   border-color: #DCC527;
 }
 .TagClassName
 {
   border-color: #DCC527;
 }
</style>