Html Css Color HEX #CCD50F Bird Flower

📋 copy color: '#CCD50F'

red 204 ◦ green 213 ◦ blue 15

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

Shades of Bird Flower #CCD50F

Tints of Bird Flower #CCD50F

RGB

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

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

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

R = 47.22%
G = 49.31%
B = 3.47%

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

#CCD50F (or 0xCCD50F) is known color: Bird Flower. HEX triplet: CC, D5 and 0F. RGB value is (204,213,15). Sum of RGB (Red+Green+Blue) = 204+213+15=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD50F is #332AF0. Grayscale: #BCBCBC. Windows color (decimal): -3353329 or 1037772. OLE color: 1037772.

HSL color Cylindrical-coordinate representation of color #CCD50F: hue angle of 62.73º degrees, saturation: 0.87, 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 #CCD50F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 15 -
CMYK 0.04 0 0.93 0.16
HSL 62.73º 0.87% 0.45% -
HSV(B) 62.73º 0.93% 0.84% -
XYZ 48.78 60.46 9.55 -
YUV 187.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 204 213 15 0.04 0 0.93 0.16 62.73 0.87 0.45
Hex CC D5 F 4 0 5D 10 3F 57 2D
Octal 314 325 17 4 0 135 20 77 127 55
Binary 11001100 11010101 1111 100 0 1011101 10000 111111 1010111 101101

Color Harmonies of #CCD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD50F

Black with #CCD50F

Text Example


Text Example

White with #CCD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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