Html Css Color HEX #CAC428 Barberry

📋 copy color: '#CAC428'

red 202 ◦ green 196 ◦ blue 40

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

Shades of Barberry #CAC428

Tints of Barberry #CAC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 46.12%
G = 44.75%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAC428 (or 0xCAC428) is known color: Barberry. HEX triplet: CA, C4 and 28. RGB value is (202,196,40). Sum of RGB (Red+Green+Blue) = 202+196+40=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC428 is #353BD7. Grayscale: #B4B4B4. Windows color (decimal): -3488728 or 2671818. OLE color: 2671818.

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

Color convert

RGB 202 196 40 -
CMYK 0 0.03 0.80 0.21
HSL 57.78º 0.67% 0.47% -
HSV(B) 57.78º 0.8% 0.79% -
XYZ 44.48 52.19 9.74 -
YUV 180.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 202 196 40 0 0.03 0.80 0.21 57.78 0.67 0.47
Hex CA C4 28 0 3 50 15 3A 43 2F
Octal 312 304 50 0 3 120 25 72 103 57
Binary 11001010 11000100 101000 0 11 1010000 10101 111010 1000011 101111

Color Harmonies of #CAC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC428

Black with #CAC428

Text Example


Text Example

White with #CAC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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