Html Css Color HEX #CAD311 Bird Flower

📋 copy color: '#CAD311'

red 202 ◦ green 211 ◦ blue 17

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

Shades of Bird Flower #CAD311

Tints of Bird Flower #CAD311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.07%

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

R = 46.98%
G = 49.07%
B = 3.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CAD311 (or 0xCAD311) is known color: Bird Flower. HEX triplet: CA, D3 and 11. RGB value is (202,211,17). Sum of RGB (Red+Green+Blue) = 202+211+17=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD311 is #352CEE. Grayscale: #BABABA. Windows color (decimal): -3484911 or 1168330. OLE color: 1168330.

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

Color convert

RGB 202 211 17 -
CMYK 0.04 0 0.92 0.17
HSL 62.78º 0.85% 0.45% -
HSV(B) 62.78º 0.92% 0.83% -
XYZ 47.75 59.19 9.44 -
YUV 186.19 32.52 139.27 -
System Red Green Blue C M Y K H S L
Decimal 202 211 17 0.04 0 0.92 0.17 62.78 0.85 0.45
Hex CA D3 11 4 0 5C 11 3F 55 2D
Octal 312 323 21 4 0 134 21 77 125 55
Binary 11001010 11010011 10001 100 0 1011100 10001 111111 1010101 101101

Color Harmonies of #CAD311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD311

Black with #CAD311

Text Example


Text Example

White with #CAD311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD311; }

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

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

background-color css

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

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

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

border-color css

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

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

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