Html Css Color HEX #CDD010 Bird Flower

📋 copy color: '#CDD010'

red 205 ◦ green 208 ◦ blue 16

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

Shades of Bird Flower #CDD010

Tints of Bird Flower #CDD010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 47.79%
G = 48.48%
B = 3.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CDD010 (or 0xCDD010) is known color: Bird Flower. HEX triplet: CD, D0 and 10. RGB value is (205,208,16). Sum of RGB (Red+Green+Blue) = 205+208+16=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD010 is #322FEF. Grayscale: #B9B9B9. Windows color (decimal): -3289072 or 1102029. OLE color: 1102029.

HSL color Cylindrical-coordinate representation of color #CDD010: hue angle of 60.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDD010 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 16 -
CMYK 0.01 0 0.92 0.18
HSL 60.94º 0.86% 0.44% -
HSV(B) 60.94º 0.92% 0.82% -
XYZ 47.83 58.13 9.19 -
YUV 185.22 32.51 142.11 -
System Red Green Blue C M Y K H S L
Decimal 205 208 16 0.01 0 0.92 0.18 60.94 0.86 0.44
Hex CD D0 10 1 0 5C 12 3D 56 2C
Octal 315 320 20 1 0 134 22 75 126 54
Binary 11001101 11010000 10000 1 0 1011100 10010 111101 1010110 101100

Color Harmonies of #CDD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD010

Black with #CDD010

Text Example


Text Example

White with #CDD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD010; }

 p { color: rgb(205,208,16); }

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

background-color css

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

 a { background-color: rgb(205,208,16); }

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

border-color css

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

 span { border-color: rgb(205,208,16); }

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