Html Css Color HEX #CAC722 Barberry

📋 copy color: '#CAC722'

red 202 ◦ green 199 ◦ blue 34

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

Shades of Barberry #CAC722

Tints of Barberry #CAC722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 46.44%
G = 45.75%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAC722 (or 0xCAC722) is known color: Barberry. HEX triplet: CA, C7 and 22. RGB value is (202,199,34). Sum of RGB (Red+Green+Blue) = 202+199+34=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC722 is #3538DD. Grayscale: #B5B5B5. Windows color (decimal): -3487966 or 2279370. OLE color: 2279370.

HSL color Cylindrical-coordinate representation of color #CAC722: hue angle of 58.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC722 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 34 -
CMYK 0 0.01 0.83 0.21
HSL 58.93º 0.71% 0.46% -
HSV(B) 58.93º 0.83% 0.79% -
XYZ 45.07 53.52 9.47 -
YUV 181.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 202 199 34 0 0.01 0.83 0.21 58.93 0.71 0.46
Hex CA C7 22 0 1 53 15 3B 47 2E
Octal 312 307 42 0 1 123 25 73 107 56
Binary 11001010 11000111 100010 0 1 1010011 10101 111011 1000111 101110

Color Harmonies of #CAC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC722

Black with #CAC722

Text Example


Text Example

White with #CAC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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