Html Css Color HEX #CAB828 Barberry

📋 copy color: '#CAB828'

red 202 ◦ green 184 ◦ blue 40

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

Shades of Barberry #CAB828

Tints of Barberry #CAB828

RGB

 RED value IS 202 (79.3% from 255) = 47.42%

 GREEN value IS 184 (72.27% from 255) = 43.19%

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

R = 47.42%
G = 43.19%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB828 (or 0xCAB828) is known color: Barberry. HEX triplet: CA, B8 and 28. RGB value is (202,184,40). Sum of RGB (Red+Green+Blue) = 202+184+40=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB828 is #3547D7. Grayscale: #ADADAD. Windows color (decimal): -3491800 or 2668746. OLE color: 2668746.

HSL color Cylindrical-coordinate representation of color #CAB828: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB828 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 40 -
CMYK 0 0.09 0.80 0.21
HSL 53.33º 0.67% 0.47% -
HSV(B) 53.33º 0.8% 0.79% -
XYZ 41.88 46.99 8.87 -
YUV 172.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 202 184 40 0 0.09 0.80 0.21 53.33 0.67 0.47
Hex CA B8 28 0 9 50 15 35 43 2F
Octal 312 270 50 0 11 120 25 65 103 57
Binary 11001010 10111000 101000 0 1001 1010000 10101 110101 1000011 101111

Color Harmonies of #CAB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB828

Black with #CAB828

Text Example


Text Example

White with #CAB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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