Html Css Color HEX #D1D002 Bird Flower

📋 copy color: '#D1D002'

red 209 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #D1D002

Tints of Bird Flower #D1D002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 49.88%
G = 49.64%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1D002 (or 0xD1D002) is known color: Bird Flower. HEX triplet: D1, D0 and 02. RGB value is (209,208,2). Sum of RGB (Red+Green+Blue) = 209+208+2=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D002 is #2E2FFD. Grayscale: #B9B9B9. Windows color (decimal): -3026942 or 184529. OLE color: 184529.

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

Color convert

RGB 209 208 2 -
CMYK 0 0.00 0.99 0.18
HSL 59.71º 0.98% 0.41% -
HSV(B) 59.71º 0.99% 0.82% -
XYZ 48.86 58.67 8.81 -
YUV 184.82 24.83 145.25 -
System Red Green Blue C M Y K H S L
Decimal 209 208 2 0 0.00 0.99 0.18 59.71 0.98 0.41
Hex D1 D0 2 0 0 63 12 3C 62 29
Octal 321 320 2 0 0 143 22 74 142 51
Binary 11010001 11010000 10 0 0 1100011 10010 111100 1100010 101001

Color Harmonies of #D1D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D002

Black with #D1D002

Text Example


Text Example

White with #D1D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D002; }

 p { color: rgb(209,208,2); }

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

background-color css

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

 a { background-color: rgb(209,208,2); }

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

border-color css

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

 span { border-color: rgb(209,208,2); }

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