Html Css Color HEX #CACA1D Barberry

📋 copy color: '#CACA1D'

red 202 ◦ green 202 ◦ blue 29

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

Shades of Barberry #CACA1D

Tints of Barberry #CACA1D

RGB

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

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

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

R = 46.65%
G = 46.65%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CACA1D (or 0xCACA1D) is known color: Barberry. HEX triplet: CA, CA and 1D. RGB value is (202,202,29). Sum of RGB (Red+Green+Blue) = 202+202+29=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA1D is #3535E2. Grayscale: #B6B6B6. Windows color (decimal): -3487203 or 1952458. OLE color: 1952458.

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

Color convert

RGB 202 202 29 -
CMYK 0 0 0.86 0.21
HSL 60º 0.75% 0.45% -
HSV(B) 60º 0.86% 0.79% -
XYZ 45.7 54.89 9.35 -
YUV 182.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 202 202 29 0 0 0.86 0.21 60 0.75 0.45
Hex CA CA 1D 0 0 56 15 3C 4B 2D
Octal 312 312 35 0 0 126 25 74 113 55
Binary 11001010 11001010 11101 0 0 1010110 10101 111100 1001011 101101

Color Harmonies of #CACA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACA1D

Black with #CACA1D

Text Example


Text Example

White with #CACA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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