Html Css Color HEX #D2D003 Bird Flower

📋 copy color: '#D2D003'

red 210 ◦ green 208 ◦ blue 3

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

Shades of Bird Flower #D2D003

Tints of Bird Flower #D2D003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 49.88%
G = 49.41%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2D003 (or 0xD2D003) is known color: Bird Flower. HEX triplet: D2, D0 and 03. RGB value is (210,208,3). Sum of RGB (Red+Green+Blue) = 210+208+3=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D003 is #2D2FFC. Grayscale: #BABABA. Windows color (decimal): -2961405 or 250066. OLE color: 250066.

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

Color convert

RGB 210 208 3 -
CMYK 0 0.01 0.99 0.18
HSL 59.42º 0.97% 0.42% -
HSV(B) 59.42º 0.99% 0.82% -
XYZ 49.15 58.82 8.85 -
YUV 185.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 210 208 3 0 0.01 0.99 0.18 59.42 0.97 0.42
Hex D2 D0 3 0 1 63 12 3B 61 2A
Octal 322 320 3 0 1 143 22 73 141 52
Binary 11010010 11010000 11 0 1 1100011 10010 111011 1100001 101010

Color Harmonies of #D2D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D003

Black with #D2D003

Text Example


Text Example

White with #D2D003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D003; }

 p { color: rgb(210,208,3); }

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

background-color css

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

 a { background-color: rgb(210,208,3); }

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

border-color css

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

 span { border-color: rgb(210,208,3); }

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