Html Css Color HEX #CAD511 Barberry

📋 copy color: '#CAD511'

red 202 ◦ green 213 ◦ blue 17

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

Shades of Barberry #CAD511

Tints of Barberry #CAD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.31%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 46.76%
G = 49.31%
B = 3.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CAD511 (or 0xCAD511) is known color: Barberry. HEX triplet: CA, D5 and 11. RGB value is (202,213,17). Sum of RGB (Red+Green+Blue) = 202+213+17=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD511 is #352AEE. Grayscale: #BCBCBC. Windows color (decimal): -3484399 or 1168842. OLE color: 1168842.

HSL color Cylindrical-coordinate representation of color #CAD511: hue angle of 63.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAD511 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 17 -
CMYK 0.05 0 0.92 0.16
HSL 63.37º 0.85% 0.45% -
HSV(B) 63.37º 0.92% 0.84% -
XYZ 48.25 60.19 9.6 -
YUV 187.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 202 213 17 0.05 0 0.92 0.16 63.37 0.85 0.45
Hex CA D5 11 5 0 5C 10 3F 55 2D
Octal 312 325 21 5 0 134 20 77 125 55
Binary 11001010 11010101 10001 101 0 1011100 10000 111111 1010101 101101

Color Harmonies of #CAD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD511

Black with #CAD511

Text Example


Text Example

White with #CAD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD511; }

 p { color: rgb(202,213,17); }

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

background-color css

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

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

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

border-color css

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

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

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