Html Css Color HEX #CCD10E Bird Flower

📋 copy color: '#CCD10E'

red 204 ◦ green 209 ◦ blue 14

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

Shades of Bird Flower #CCD10E

Tints of Bird Flower #CCD10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.28%

R = 47.78%
G = 48.95%
B = 3.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#CCD10E (or 0xCCD10E) is known color: Bird Flower. HEX triplet: CC, D1 and 0E. RGB value is (204,209,14). Sum of RGB (Red+Green+Blue) = 204+209+14=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD10E is #332EF1. Grayscale: #BABABA. Windows color (decimal): -3354354 or 971212. OLE color: 971212.

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

Color convert

RGB 204 209 14 -
CMYK 0.02 0 0.93 0.18
HSL 61.54º 0.87% 0.44% -
HSV(B) 61.54º 0.93% 0.82% -
XYZ 47.78 58.47 9.18 -
YUV 185.28 31.34 141.36 -
System Red Green Blue C M Y K H S L
Decimal 204 209 14 0.02 0 0.93 0.18 61.54 0.87 0.44
Hex CC D1 E 2 0 5D 12 3E 57 2C
Octal 314 321 16 2 0 135 22 76 127 54
Binary 11001100 11010001 1110 10 0 1011101 10010 111110 1010111 101100

Color Harmonies of #CCD10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD10E

Black with #CCD10E

Text Example


Text Example

White with #CCD10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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