Html Css Color HEX #CCD40E Bird Flower

📋 copy color: '#CCD40E'

red 204 ◦ green 212 ◦ blue 14

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

Shades of Bird Flower #CCD40E

Tints of Bird Flower #CCD40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.3%

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

R = 47.44%
G = 49.3%
B = 3.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#CCD40E (or 0xCCD40E) is known color: Bird Flower. HEX triplet: CC, D4 and 0E. RGB value is (204,212,14). Sum of RGB (Red+Green+Blue) = 204+212+14=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD40E is #332BF1. Grayscale: #BBBBBB. Windows color (decimal): -3353586 or 971980. OLE color: 971980.

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

Color convert

RGB 204 212 14 -
CMYK 0.04 0 0.93 0.17
HSL 62.42º 0.88% 0.44% -
HSV(B) 62.42º 0.93% 0.83% -
XYZ 48.52 59.96 9.43 -
YUV 187.04 30.35 140.1 -
System Red Green Blue C M Y K H S L
Decimal 204 212 14 0.04 0 0.93 0.17 62.42 0.88 0.44
Hex CC D4 E 4 0 5D 11 3E 58 2C
Octal 314 324 16 4 0 135 21 76 130 54
Binary 11001100 11010100 1110 100 0 1011101 10001 111110 1011000 101100

Color Harmonies of #CCD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD40E

Black with #CCD40E

Text Example


Text Example

White with #CCD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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