Html Css Color HEX #CAC51D Barberry

📋 copy color: '#CAC51D'

red 202 ◦ green 197 ◦ blue 29

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

Shades of Barberry #CAC51D

Tints of Barberry #CAC51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 47.2%
G = 46.03%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CAC51D (or 0xCAC51D) is known color: Barberry. HEX triplet: CA, C5 and 1D. RGB value is (202,197,29). Sum of RGB (Red+Green+Blue) = 202+197+29=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC51D is #353AE2. Grayscale: #B4B4B4. Windows color (decimal): -3488483 or 1951178. OLE color: 1951178.

HSL color Cylindrical-coordinate representation of color #CAC51D: hue angle of 58.27º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAC51D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 29 -
CMYK 0 0.02 0.86 0.21
HSL 58.27º 0.75% 0.45% -
HSV(B) 58.27º 0.86% 0.79% -
XYZ 44.55 52.58 8.96 -
YUV 179.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 202 197 29 0 0.02 0.86 0.21 58.27 0.75 0.45
Hex CA C5 1D 0 2 56 15 3A 4B 2D
Octal 312 305 35 0 2 126 25 72 113 55
Binary 11001010 11000101 11101 0 10 1010110 10101 111010 1001011 101101

Color Harmonies of #CAC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC51D

Black with #CAC51D

Text Example


Text Example

White with #CAC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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