Html Css Color HEX #CCD90D Bird Flower

📋 copy color: '#CCD90D'

red 204 ◦ green 217 ◦ blue 13

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

Shades of Bird Flower #CCD90D

Tints of Bird Flower #CCD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 47%
G = 50%
B = 3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CCD90D (or 0xCCD90D) is known color: Bird Flower. HEX triplet: CC, D9 and 0D. RGB value is (204,217,13). Sum of RGB (Red+Green+Blue) = 204+217+13=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD90D is #3326F2. Grayscale: #BEBEBE. Windows color (decimal): -3352307 or 907724. OLE color: 907724.

HSL color Cylindrical-coordinate representation of color #CCD90D: hue angle of 63.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD90D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 13 -
CMYK 0.06 0 0.94 0.15
HSL 63.82º 0.89% 0.45% -
HSV(B) 63.82º 0.94% 0.85% -
XYZ 49.79 62.49 9.82 -
YUV 189.86 28.19 138.09 -
System Red Green Blue C M Y K H S L
Decimal 204 217 13 0.06 0 0.94 0.15 63.82 0.89 0.45
Hex CC D9 D 6 0 5E F 40 59 2D
Octal 314 331 15 6 0 136 17 100 131 55
Binary 11001100 11011001 1101 110 0 1011110 1111 1000000 1011001 101101

Color Harmonies of #CCD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD90D

Black with #CCD90D

Text Example


Text Example

White with #CCD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD90D; }

 p { color: rgb(204,217,13); }

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

background-color css

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

 a { background-color: rgb(204,217,13); }

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

border-color css

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

 span { border-color: rgb(204,217,13); }

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