Html Css Color HEX #D2D300 Bird Flower

📋 copy color: '#D2D300'

red 210 ◦ green 211 ◦ blue 0

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

Shades of Bird Flower #D2D300

Tints of Bird Flower #D2D300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

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

R = 49.88%
G = 50.12%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D2D300 (or 0xD2D300) is known color: Bird Flower. HEX triplet: D2, D3 and 00. RGB value is (210,211,0). Sum of RGB (Red+Green+Blue) = 210+211+0=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D300 is #2D2CFF. Grayscale: #BBBBBB. Windows color (decimal): -2960640 or 54226. OLE color: 54226.

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

Color convert

RGB 210 211 0 -
CMYK 0.00 0 1 0.17
HSL 60.28º 1% 0.41% -
HSV(B) 60.28º 1% 0.83% -
XYZ 49.87 60.29 9.01 -
YUV 186.65 22.67 144.66 -
System Red Green Blue C M Y K H S L
Decimal 210 211 0 0.00 0 1 0.17 60.28 1 0.41
Hex D2 D3 0 0 0 64 11 3C 64 29
Octal 322 323 0 0 0 144 21 74 144 51
Binary 11010010 11010011 0 0 0 1100100 10001 111100 1100100 101001

Color Harmonies of #D2D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D300

Black with #D2D300

Text Example


Text Example

White with #D2D300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D300; }

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

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

background-color css

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

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

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

border-color css

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

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

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