Html Css Color HEX #CCD50E Bird Flower

📋 copy color: '#CCD50E'

red 204 ◦ green 213 ◦ blue 14

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

Shades of Bird Flower #CCD50E

Tints of Bird Flower #CCD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.42%

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

R = 47.33%
G = 49.42%
B = 3.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CCD50E (or 0xCCD50E) is known color: Bird Flower. HEX triplet: CC, D5 and 0E. RGB value is (204,213,14). Sum of RGB (Red+Green+Blue) = 204+213+14=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD50E is #332AF1. Grayscale: #BCBCBC. Windows color (decimal): -3353330 or 972236. OLE color: 972236.

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

Color convert

RGB 204 213 14 -
CMYK 0.04 0 0.93 0.16
HSL 62.71º 0.88% 0.45% -
HSV(B) 62.71º 0.93% 0.84% -
XYZ 48.78 60.46 9.51 -
YUV 187.62 30.02 139.68 -
System Red Green Blue C M Y K H S L
Decimal 204 213 14 0.04 0 0.93 0.16 62.71 0.88 0.45
Hex CC D5 E 4 0 5D 10 3F 58 2D
Octal 314 325 16 4 0 135 20 77 130 55
Binary 11001100 11010101 1110 100 0 1011101 10000 111111 1011000 101101

Color Harmonies of #CCD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD50E

Black with #CCD50E

Text Example


Text Example

White with #CCD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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