Html Css Color HEX #CAC423 Barberry

📋 copy color: '#CAC423'

red 202 ◦ green 196 ◦ blue 35

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

Shades of Barberry #CAC423

Tints of Barberry #CAC423

RGB

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

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

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

R = 46.65%
G = 45.27%
B = 8.08%

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

#CAC423 (or 0xCAC423) is known color: Barberry. HEX triplet: CA, C4 and 23. RGB value is (202,196,35). Sum of RGB (Red+Green+Blue) = 202+196+35=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC423 is #353BDC. Grayscale: #B4B4B4. Windows color (decimal): -3488733 or 2344138. OLE color: 2344138.

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

Color convert

RGB 202 196 35 -
CMYK 0 0.03 0.83 0.21
HSL 57.84º 0.7% 0.46% -
HSV(B) 57.84º 0.83% 0.79% -
XYZ 44.4 52.16 9.32 -
YUV 179.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 202 196 35 0 0.03 0.83 0.21 57.84 0.7 0.46
Hex CA C4 23 0 3 53 15 3A 46 2E
Octal 312 304 43 0 3 123 25 72 106 56
Binary 11001010 11000100 100011 0 11 1010011 10101 111010 1000110 101110

Color Harmonies of #CAC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC423

Black with #CAC423

Text Example


Text Example

White with #CAC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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