Html Css Color HEX #CCD50C Bird Flower

📋 copy color: '#CCD50C'

red 204 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #CCD50C

Tints of Bird Flower #CCD50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 47.55%
G = 49.65%
B = 2.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CCD50C (or 0xCCD50C) is known color: Bird Flower. HEX triplet: CC, D5 and 0C. RGB value is (204,213,12). Sum of RGB (Red+Green+Blue) = 204+213+12=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD50C is #332AF3. Grayscale: #BCBCBC. Windows color (decimal): -3353332 or 841164. OLE color: 841164.

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

Color convert

RGB 204 213 12 -
CMYK 0.04 0 0.94 0.16
HSL 62.69º 0.89% 0.44% -
HSV(B) 62.69º 0.94% 0.84% -
XYZ 48.76 60.45 9.45 -
YUV 187.4 29.02 139.84 -
System Red Green Blue C M Y K H S L
Decimal 204 213 12 0.04 0 0.94 0.16 62.69 0.89 0.44
Hex CC D5 C 4 0 5E 10 3F 59 2C
Octal 314 325 14 4 0 136 20 77 131 54
Binary 11001100 11010101 1100 100 0 1011110 10000 111111 1011001 101100

Color Harmonies of #CCD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD50C

Black with #CCD50C

Text Example


Text Example

White with #CCD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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