Html Css Color HEX #CDD90C Bird Flower

📋 copy color: '#CDD90C'

red 205 ◦ green 217 ◦ blue 12

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

Shades of Bird Flower #CDD90C

Tints of Bird Flower #CDD90C

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

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

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

R = 47.24%
G = 50%
B = 2.76%

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

#CDD90C (or 0xCDD90C) is known color: Bird Flower. HEX triplet: CD, D9 and 0C. RGB value is (205,217,12). Sum of RGB (Red+Green+Blue) = 205+217+12=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD90C is #3226F3. Grayscale: #BEBEBE. Windows color (decimal): -3286772 or 842189. OLE color: 842189.

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

Color convert

RGB 205 217 12 -
CMYK 0.06 0 0.94 0.15
HSL 63.51º 0.9% 0.45% -
HSV(B) 63.51º 0.94% 0.85% -
XYZ 50.06 62.63 9.8 -
YUV 190.04 27.52 138.67 -
System Red Green Blue C M Y K H S L
Decimal 205 217 12 0.06 0 0.94 0.15 63.51 0.9 0.45
Hex CD D9 C 6 0 5E F 40 5A 2D
Octal 315 331 14 6 0 136 17 100 132 55
Binary 11001101 11011001 1100 110 0 1011110 1111 1000000 1011010 101101

Color Harmonies of #CDD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD90C

Black with #CDD90C

Text Example


Text Example

White with #CDD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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