Html Css Color HEX #CAB829 Barberry

📋 copy color: '#CAB829'

red 202 ◦ green 184 ◦ blue 41

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

Shades of Barberry #CAB829

Tints of Barberry #CAB829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 47.31%
G = 43.09%
B = 9.6%

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

#CAB829 (or 0xCAB829) is known color: Barberry. HEX triplet: CA, B8 and 29. RGB value is (202,184,41). Sum of RGB (Red+Green+Blue) = 202+184+41=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB829 is #3547D6. Grayscale: #ADADAD. Windows color (decimal): -3491799 or 2734282. OLE color: 2734282.

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

Color convert

RGB 202 184 41 -
CMYK 0 0.09 0.80 0.21
HSL 53.29º 0.66% 0.48% -
HSV(B) 53.29º 0.8% 0.79% -
XYZ 41.9 47 8.96 -
YUV 173.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 202 184 41 0 0.09 0.80 0.21 53.29 0.66 0.48
Hex CA B8 29 0 9 50 15 35 42 30
Octal 312 270 51 0 11 120 25 65 102 60
Binary 11001010 10111000 101001 0 1001 1010000 10101 110101 1000010 110000

Color Harmonies of #CAB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB829

Black with #CAB829

Text Example


Text Example

White with #CAB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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