Html Css Color HEX #CCD90C Bird Flower

📋 copy color: '#CCD90C'

red 204 ◦ green 217 ◦ blue 12

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

Shades of Bird Flower #CCD90C

Tints of Bird Flower #CCD90C

RGB

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

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

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

R = 47.11%
G = 50.12%
B = 2.77%

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

#CCD90C (or 0xCCD90C) is known color: Bird Flower. HEX triplet: CC, D9 and 0C. RGB value is (204,217,12). Sum of RGB (Red+Green+Blue) = 204+217+12=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD90C is #3326F3. Grayscale: #BEBEBE. Windows color (decimal): -3352308 or 842188. OLE color: 842188.

HSL color Cylindrical-coordinate representation of color #CCD90C: hue angle of 63.8º degrees, saturation: 0.9, 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 #CCD90C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 12 -
CMYK 0.06 0 0.94 0.15
HSL 63.8º 0.9% 0.45% -
HSV(B) 63.8º 0.94% 0.85% -
XYZ 49.78 62.49 9.79 -
YUV 189.74 27.69 138.17 -
System Red Green Blue C M Y K H S L
Decimal 204 217 12 0.06 0 0.94 0.15 63.8 0.9 0.45
Hex CC D9 C 6 0 5E F 40 5A 2D
Octal 314 331 14 6 0 136 17 100 132 55
Binary 11001100 11011001 1100 110 0 1011110 1111 1000000 1011010 101101

Color Harmonies of #CCD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD90C

Black with #CCD90C

Text Example


Text Example

White with #CCD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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