Html Css Color HEX #CAC021 Barberry

📋 copy color: '#CAC021'

red 202 ◦ green 192 ◦ blue 33

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

Shades of Barberry #CAC021

Tints of Barberry #CAC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

 BLUE value IS 33 (13.28% from 255) = 7.73%

R = 47.31%
G = 44.96%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAC021 (or 0xCAC021) is known color: Barberry. HEX triplet: CA, C0 and 21. RGB value is (202,192,33). Sum of RGB (Red+Green+Blue) = 202+192+33=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC021 is #353FDE. Grayscale: #B1B1B1. Windows color (decimal): -3489759 or 2212042. OLE color: 2212042.

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

Color convert

RGB 202 192 33 -
CMYK 0 0.05 0.84 0.21
HSL 56.45º 0.72% 0.46% -
HSV(B) 56.45º 0.84% 0.79% -
XYZ 43.48 50.37 8.87 -
YUV 176.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 202 192 33 0 0.05 0.84 0.21 56.45 0.72 0.46
Hex CA C0 21 0 5 54 15 38 48 2E
Octal 312 300 41 0 5 124 25 70 110 56
Binary 11001010 11000000 100001 0 101 1010100 10101 111000 1001000 101110

Color Harmonies of #CAC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC021

Black with #CAC021

Text Example


Text Example

White with #CAC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC021; }

 p { color: rgb(202,192,33); }

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

background-color css

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

 a { background-color: rgb(202,192,33); }

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

border-color css

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

 span { border-color: rgb(202,192,33); }

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