Html Css Color HEX #CAC323 Barberry

📋 copy color: '#CAC323'

red 202 ◦ green 195 ◦ blue 35

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

Shades of Barberry #CAC323

Tints of Barberry #CAC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.14%

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 46.76%
G = 45.14%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAC323 (or 0xCAC323) is known color: Barberry. HEX triplet: CA, C3 and 23. RGB value is (202,195,35). Sum of RGB (Red+Green+Blue) = 202+195+35=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC323 is #353CDC. Grayscale: #B3B3B3. Windows color (decimal): -3488989 or 2343882. OLE color: 2343882.

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

Color convert

RGB 202 195 35 -
CMYK 0 0.03 0.83 0.21
HSL 57.49º 0.7% 0.46% -
HSV(B) 57.49º 0.83% 0.79% -
XYZ 44.18 51.71 9.24 -
YUV 178.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 202 195 35 0 0.03 0.83 0.21 57.49 0.7 0.46
Hex CA C3 23 0 3 53 15 39 46 2E
Octal 312 303 43 0 3 123 25 71 106 56
Binary 11001010 11000011 100011 0 11 1010011 10101 111001 1000110 101110

Color Harmonies of #CAC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC323

Black with #CAC323

Text Example


Text Example

White with #CAC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC323; }

 p { color: rgb(202,195,35); }

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

background-color css

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

 a { background-color: rgb(202,195,35); }

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

border-color css

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

 span { border-color: rgb(202,195,35); }

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