Html Css Color HEX #D1CD00 Bird Flower

📋 copy color: '#D1CD00'

red 209 ◦ green 205 ◦ blue 0

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

Shades of Bird Flower #D1CD00

Tints of Bird Flower #D1CD00

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

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

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

R = 50.48%
G = 49.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1CD00 (or 0xD1CD00) is known color: Bird Flower. HEX triplet: D1, CD and 00. RGB value is (209,205,0). Sum of RGB (Red+Green+Blue) = 209+205+0=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CD00 is #2E32FF. Grayscale: #B7B7B7. Windows color (decimal): -3027712 or 52689. OLE color: 52689.

HSL color Cylindrical-coordinate representation of color #D1CD00: hue angle of 58.85º 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 #D1CD00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 0 -
CMYK 0 0.02 1 0.18
HSL 58.85º 1% 0.41% -
HSV(B) 58.85º 1% 0.82% -
XYZ 48.13 57.22 8.51 -
YUV 182.83 24.83 146.67 -
System Red Green Blue C M Y K H S L
Decimal 209 205 0 0 0.02 1 0.18 58.85 1 0.41
Hex D1 CD 0 0 2 64 12 3B 64 29
Octal 321 315 0 0 2 144 22 73 144 51
Binary 11010001 11001101 0 0 10 1100100 10010 111011 1100100 101001

Color Harmonies of #D1CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD00

Black with #D1CD00

Text Example


Text Example

White with #D1CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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