Html Css Color HEX #CAC226 Barberry

📋 copy color: '#CAC226'

red 202 ◦ green 194 ◦ blue 38

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

Shades of Barberry #CAC226

Tints of Barberry #CAC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 38 (15.23% from 255) = 8.76%

R = 46.54%
G = 44.7%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC226 (or 0xCAC226) is known color: Barberry. HEX triplet: CA, C2 and 26. RGB value is (202,194,38). Sum of RGB (Red+Green+Blue) = 202+194+38=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC226 is #353DD9. Grayscale: #B3B3B3. Windows color (decimal): -3489242 or 2540234. OLE color: 2540234.

HSL color Cylindrical-coordinate representation of color #CAC226: hue angle of 57.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC226 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 38 -
CMYK 0 0.04 0.81 0.21
HSL 57.07º 0.68% 0.47% -
HSV(B) 57.07º 0.81% 0.79% -
XYZ 44 51.28 9.41 -
YUV 178.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 202 194 38 0 0.04 0.81 0.21 57.07 0.68 0.47
Hex CA C2 26 0 4 51 15 39 44 2F
Octal 312 302 46 0 4 121 25 71 104 57
Binary 11001010 11000010 100110 0 100 1010001 10101 111001 1000100 101111

Color Harmonies of #CAC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC226

Black with #CAC226

Text Example


Text Example

White with #CAC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC226; }

 p { color: rgb(202,194,38); }

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

background-color css

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

 a { background-color: rgb(202,194,38); }

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

border-color css

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

 span { border-color: rgb(202,194,38); }

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