Html Css Color HEX #D0CD00 Bird Flower

📋 copy color: '#D0CD00'

red 208 ◦ green 205 ◦ blue 0

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

Shades of Bird Flower #D0CD00

Tints of Bird Flower #D0CD00

RGB

 RED value IS 208 (81.64% from 255) = 50.36%

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.36%
G = 49.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0CD00 (or 0xD0CD00) is known color: Bird Flower. HEX triplet: D0, CD and 00. RGB value is (208,205,0). Sum of RGB (Red+Green+Blue) = 208+205+0=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CD00 is #2F32FF. Grayscale: #B7B7B7. Windows color (decimal): -3093248 or 52688. OLE color: 52688.

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

Color convert

RGB 208 205 0 -
CMYK 0 0.01 1 0.18
HSL 59.13º 1% 0.41% -
HSV(B) 59.13º 1% 0.82% -
XYZ 47.84 57.07 8.49 -
YUV 182.53 24.99 146.17 -
System Red Green Blue C M Y K H S L
Decimal 208 205 0 0 0.01 1 0.18 59.13 1 0.41
Hex D0 CD 0 0 1 64 12 3B 64 29
Octal 320 315 0 0 1 144 22 73 144 51
Binary 11010000 11001101 0 0 1 1100100 10010 111011 1100100 101001

Color Harmonies of #D0CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD00

Black with #D0CD00

Text Example


Text Example

White with #D0CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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