Html Css Color HEX #CCD110 Bird Flower

📋 copy color: '#CCD110'

red 204 ◦ green 209 ◦ blue 16

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

Shades of Bird Flower #CCD110

Tints of Bird Flower #CCD110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.72%

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

R = 47.55%
G = 48.72%
B = 3.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CCD110 (or 0xCCD110) is known color: Bird Flower. HEX triplet: CC, D1 and 10. RGB value is (204,209,16). Sum of RGB (Red+Green+Blue) = 204+209+16=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD110 is #332EEF. Grayscale: #BABABA. Windows color (decimal): -3354352 or 1102284. OLE color: 1102284.

HSL color Cylindrical-coordinate representation of color #CCD110: hue angle of 61.55º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD110 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 16 -
CMYK 0.02 0 0.92 0.18
HSL 61.55º 0.86% 0.44% -
HSV(B) 61.55º 0.92% 0.82% -
XYZ 47.8 58.48 9.26 -
YUV 185.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 204 209 16 0.02 0 0.92 0.18 61.55 0.86 0.44
Hex CC D1 10 2 0 5C 12 3E 56 2C
Octal 314 321 20 2 0 134 22 76 126 54
Binary 11001100 11010001 10000 10 0 1011100 10010 111110 1010110 101100

Color Harmonies of #CCD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD110

Black with #CCD110

Text Example


Text Example

White with #CCD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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