Html Css Color HEX #CCD40F Bird Flower

📋 copy color: '#CCD40F'

red 204 ◦ green 212 ◦ blue 15

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

Shades of Bird Flower #CCD40F

Tints of Bird Flower #CCD40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 47.33%
G = 49.19%
B = 3.48%

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

#CCD40F (or 0xCCD40F) is known color: Bird Flower. HEX triplet: CC, D4 and 0F. RGB value is (204,212,15). Sum of RGB (Red+Green+Blue) = 204+212+15=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD40F is #332BF0. Grayscale: #BBBBBB. Windows color (decimal): -3353585 or 1037516. OLE color: 1037516.

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

Color convert

RGB 204 212 15 -
CMYK 0.04 0 0.93 0.17
HSL 62.44º 0.87% 0.45% -
HSV(B) 62.44º 0.93% 0.83% -
XYZ 48.53 59.96 9.47 -
YUV 187.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 204 212 15 0.04 0 0.93 0.17 62.44 0.87 0.45
Hex CC D4 F 4 0 5D 11 3E 57 2D
Octal 314 324 17 4 0 135 21 76 127 55
Binary 11001100 11010100 1111 100 0 1011101 10001 111110 1010111 101101

Color Harmonies of #CCD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD40F

Black with #CCD40F

Text Example


Text Example

White with #CCD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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