Html Css Color HEX #CCD311 Bird Flower

📋 copy color: '#CCD311'

red 204 ◦ green 211 ◦ blue 17

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

Shades of Bird Flower #CCD311

Tints of Bird Flower #CCD311

RGB

 RED value IS 204 (80.08% from 255) = 47.22%

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

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

R = 47.22%
G = 48.84%
B = 3.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CCD311 (or 0xCCD311) is known color: Bird Flower. HEX triplet: CC, D3 and 11. RGB value is (204,211,17). Sum of RGB (Red+Green+Blue) = 204+211+17=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD311 is #332CEE. Grayscale: #BBBBBB. Windows color (decimal): -3353839 or 1168332. OLE color: 1168332.

HSL color Cylindrical-coordinate representation of color #CCD311: hue angle of 62.16º 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 #CCD311 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 17 -
CMYK 0.03 0 0.92 0.17
HSL 62.16º 0.85% 0.45% -
HSV(B) 62.16º 0.92% 0.83% -
XYZ 48.3 59.47 9.46 -
YUV 186.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 204 211 17 0.03 0 0.92 0.17 62.16 0.85 0.45
Hex CC D3 11 3 0 5C 11 3E 55 2D
Octal 314 323 21 3 0 134 21 76 125 55
Binary 11001100 11010011 10001 11 0 1011100 10001 111110 1010101 101101

Color Harmonies of #CCD311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD311

Black with #CCD311

Text Example


Text Example

White with #CCD311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD311; }

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

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

background-color css

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

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

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

border-color css

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

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

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