Html Css Color HEX #DCC728 Barberry

📋 copy color: '#DCC728'

red 220 ◦ green 199 ◦ blue 40

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

Shades of Barberry #DCC728

Tints of Barberry #DCC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.36%

 BLUE value IS 40 (16.02% from 255) = 8.71%

R = 47.93%
G = 43.36%
B = 8.71%

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

#DCC728 (or 0xDCC728) is known color: Barberry. HEX triplet: DC, C7 and 28. RGB value is (220,199,40). Sum of RGB (Red+Green+Blue) = 220+199+40=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC728 is #2338D7. Grayscale: #BBBBBB. Windows color (decimal): -2308312 or 2672604. OLE color: 2672604.

HSL color Cylindrical-coordinate representation of color #DCC728: hue angle of 53º 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 #DCC728 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 40 -
CMYK 0 0.10 0.82 0.14
HSL 53º 0.72% 0.51% -
HSV(B) 53º 0.82% 0.86% -
XYZ 50.32 56.22 10.21 -
YUV 187.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 220 199 40 0 0.10 0.82 0.14 53 0.72 0.51
Hex DC C7 28 0 A 52 E 35 48 33
Octal 334 307 50 0 12 122 16 65 110 63
Binary 11011100 11000111 101000 0 1010 1010010 1110 110101 1001000 110011

Color Harmonies of #DCC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC728

Black with #DCC728

Text Example


Text Example

White with #DCC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC728; }

 p { color: rgb(220,199,40); }

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

background-color css

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

 a { background-color: rgb(220,199,40); }

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

border-color css

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

 span { border-color: rgb(220,199,40); }

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