Html Css Color HEX #CAC523 Barberry

📋 copy color: '#CAC523'

red 202 ◦ green 197 ◦ blue 35

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

Shades of Barberry #CAC523

Tints of Barberry #CAC523

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

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

R = 46.54%
G = 45.39%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAC523 (or 0xCAC523) is known color: Barberry. HEX triplet: CA, C5 and 23. RGB value is (202,197,35). Sum of RGB (Red+Green+Blue) = 202+197+35=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC523 is #353ADC. Grayscale: #B4B4B4. Windows color (decimal): -3488477 or 2344394. OLE color: 2344394.

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

Color convert

RGB 202 197 35 -
CMYK 0 0.02 0.83 0.21
HSL 58.2º 0.7% 0.46% -
HSV(B) 58.2º 0.83% 0.79% -
XYZ 44.63 52.61 9.39 -
YUV 180.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 202 197 35 0 0.02 0.83 0.21 58.2 0.7 0.46
Hex CA C5 23 0 2 53 15 3A 46 2E
Octal 312 305 43 0 2 123 25 72 106 56
Binary 11001010 11000101 100011 0 10 1010011 10101 111010 1000110 101110

Color Harmonies of #CAC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC523

Black with #CAC523

Text Example


Text Example

White with #CAC523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC523; }

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

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

background-color css

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

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

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

border-color css

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

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

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