Html Css Color HEX #D2CD00 Bird Flower

📋 copy color: '#D2CD00'

red 210 ◦ green 205 ◦ blue 0

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

Shades of Bird Flower #D2CD00

Tints of Bird Flower #D2CD00

RGB

 RED value IS 210 (82.42% from 255) = 50.6%

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

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

R = 50.6%
G = 49.4%
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

#D2CD00 (or 0xD2CD00) is known color: Bird Flower. HEX triplet: D2, CD and 00. RGB value is (210,205,0). Sum of RGB (Red+Green+Blue) = 210+205+0=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CD00 is #2D32FF. Grayscale: #B7B7B7. Windows color (decimal): -2962176 or 52690. OLE color: 52690.

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

Color convert

RGB 210 205 0 -
CMYK 0 0.02 1 0.18
HSL 58.57º 1% 0.41% -
HSV(B) 58.57º 1% 0.82% -
XYZ 48.41 57.36 8.52 -
YUV 183.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 210 205 0 0 0.02 1 0.18 58.57 1 0.41
Hex D2 CD 0 0 2 64 12 3B 64 29
Octal 322 315 0 0 2 144 22 73 144 51
Binary 11010010 11001101 0 0 10 1100100 10010 111011 1100100 101001

Color Harmonies of #D2CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD00

Black with #D2CD00

Text Example


Text Example

White with #D2CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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