Html Css Color HEX #DCCA28 Barberry

📋 copy color: '#DCCA28'

red 220 ◦ green 202 ◦ blue 40

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

Shades of Barberry #DCCA28

Tints of Barberry #DCCA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 47.62%
G = 43.72%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCCA28 (or 0xDCCA28) is known color: Barberry. HEX triplet: DC, CA and 28. RGB value is (220,202,40). Sum of RGB (Red+Green+Blue) = 220+202+40=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA28 is #2335D7. Grayscale: #BDBDBD. Windows color (decimal): -2307544 or 2673372. OLE color: 2673372.

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

Color convert

RGB 220 202 40 -
CMYK 0 0.08 0.82 0.14
HSL 54º 0.72% 0.51% -
HSV(B) 54º 0.82% 0.86% -
XYZ 51.02 57.61 10.44 -
YUV 188.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 220 202 40 0 0.08 0.82 0.14 54 0.72 0.51
Hex DC CA 28 0 8 52 E 36 48 33
Octal 334 312 50 0 10 122 16 66 110 63
Binary 11011100 11001010 101000 0 1000 1010010 1110 110110 1001000 110011

Color Harmonies of #DCCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA28

Black with #DCCA28

Text Example


Text Example

White with #DCCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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