Html Css Color HEX #CCD310 Bird Flower

📋 copy color: '#CCD310'

red 204 ◦ green 211 ◦ blue 16

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

Shades of Bird Flower #CCD310

Tints of Bird Flower #CCD310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 47.33%
G = 48.96%
B = 3.71%

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

#CCD310 (or 0xCCD310) is known color: Bird Flower. HEX triplet: CC, D3 and 10. RGB value is (204,211,16). Sum of RGB (Red+Green+Blue) = 204+211+16=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD310 is #332CEF. Grayscale: #BBBBBB. Windows color (decimal): -3353840 or 1102796. OLE color: 1102796.

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

Color convert

RGB 204 211 16 -
CMYK 0.03 0 0.92 0.17
HSL 62.15º 0.86% 0.45% -
HSV(B) 62.15º 0.92% 0.83% -
XYZ 48.29 59.46 9.42 -
YUV 186.68 31.68 140.36 -
System Red Green Blue C M Y K H S L
Decimal 204 211 16 0.03 0 0.92 0.17 62.15 0.86 0.45
Hex CC D3 10 3 0 5C 11 3E 56 2D
Octal 314 323 20 3 0 134 21 76 126 55
Binary 11001100 11010011 10000 11 0 1011100 10001 111110 1010110 101101

Color Harmonies of #CCD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD310

Black with #CCD310

Text Example


Text Example

White with #CCD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD310; }

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

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

background-color css

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

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

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

border-color css

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

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

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