Html Css Color HEX #CDD013 Bird Flower

📋 copy color: '#CDD013'

red 205 ◦ green 208 ◦ blue 19

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

Shades of Bird Flower #CDD013

Tints of Bird Flower #CDD013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.4%

R = 47.45%
G = 48.15%
B = 4.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CDD013 (or 0xCDD013) is known color: Bird Flower. HEX triplet: CD, D0 and 13. RGB value is (205,208,19). Sum of RGB (Red+Green+Blue) = 205+208+19=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD013 is #322FEC. Grayscale: #BABABA. Windows color (decimal): -3289069 or 1298637. OLE color: 1298637.

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

Color convert

RGB 205 208 19 -
CMYK 0.01 0 0.91 0.18
HSL 60.95º 0.83% 0.45% -
HSV(B) 60.95º 0.91% 0.82% -
XYZ 47.85 58.14 9.32 -
YUV 185.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 205 208 19 0.01 0 0.91 0.18 60.95 0.83 0.45
Hex CD D0 13 1 0 5B 12 3D 53 2D
Octal 315 320 23 1 0 133 22 75 123 55
Binary 11001101 11010000 10011 1 0 1011011 10010 111101 1010011 101101

Color Harmonies of #CDD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD013

Black with #CDD013

Text Example


Text Example

White with #CDD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD013; }

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

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

background-color css

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

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

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

border-color css

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

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

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