Html Css Color HEX #CAC029 Barberry

📋 copy color: '#CAC029'

red 202 ◦ green 192 ◦ blue 41

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

Shades of Barberry #CAC029

Tints of Barberry #CAC029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.14%

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

R = 46.44%
G = 44.14%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAC029 (or 0xCAC029) is known color: Barberry. HEX triplet: CA, C0 and 29. RGB value is (202,192,41). Sum of RGB (Red+Green+Blue) = 202+192+41=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC029 is #353FD6. Grayscale: #B2B2B2. Windows color (decimal): -3489751 or 2736330. OLE color: 2736330.

HSL color Cylindrical-coordinate representation of color #CAC029: hue angle of 56.27º 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 #CAC029 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 41 -
CMYK 0 0.05 0.80 0.21
HSL 56.27º 0.66% 0.48% -
HSV(B) 56.27º 0.8% 0.79% -
XYZ 43.61 50.42 9.53 -
YUV 177.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 202 192 41 0 0.05 0.80 0.21 56.27 0.66 0.48
Hex CA C0 29 0 5 50 15 38 42 30
Octal 312 300 51 0 5 120 25 70 102 60
Binary 11001010 11000000 101001 0 101 1010000 10101 111000 1000010 110000

Color Harmonies of #CAC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC029

Black with #CAC029

Text Example


Text Example

White with #CAC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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