Html Css Color HEX #CAC728 Barberry

📋 copy color: '#CAC728'

red 202 ◦ green 199 ◦ blue 40

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

Shades of Barberry #CAC728

Tints of Barberry #CAC728

RGB

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

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

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

R = 45.8%
G = 45.12%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAC728 (or 0xCAC728) is known color: Barberry. HEX triplet: CA, C7 and 28. RGB value is (202,199,40). Sum of RGB (Red+Green+Blue) = 202+199+40=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC728 is #3538D7. Grayscale: #B6B6B6. Windows color (decimal): -3487960 or 2672586. OLE color: 2672586.

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

Color convert

RGB 202 199 40 -
CMYK 0 0.01 0.80 0.21
HSL 58.89º 0.67% 0.47% -
HSV(B) 58.89º 0.8% 0.79% -
XYZ 45.16 53.56 9.96 -
YUV 181.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 202 199 40 0 0.01 0.80 0.21 58.89 0.67 0.47
Hex CA C7 28 0 1 50 15 3B 43 2F
Octal 312 307 50 0 1 120 25 73 103 57
Binary 11001010 11000111 101000 0 1 1010000 10101 111011 1000011 101111

Color Harmonies of #CAC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC728

Black with #CAC728

Text Example


Text Example

White with #CAC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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