Html Css Color HEX #D2DD07 Bird Flower

📋 copy color: '#D2DD07'

red 210 ◦ green 221 ◦ blue 7

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

Shades of Bird Flower #D2DD07

Tints of Bird Flower #D2DD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 47.95%
G = 50.46%
B = 1.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#D2DD07 (or 0xD2DD07) is known color: Bird Flower. HEX triplet: D2, DD and 07. RGB value is (210,221,7). Sum of RGB (Red+Green+Blue) = 210+221+7=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DD07 is #2D22F8. Grayscale: #C2C2C2. Windows color (decimal): -2958073 or 515538. OLE color: 515538.

HSL color Cylindrical-coordinate representation of color #D2DD07: hue angle of 63.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2DD07 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 7 -
CMYK 0.05 0 0.97 0.13
HSL 63.08º 0.94% 0.45% -
HSV(B) 63.08º 0.97% 0.87% -
XYZ 52.47 65.43 10.06 -
YUV 193.32 22.86 139.9 -
System Red Green Blue C M Y K H S L
Decimal 210 221 7 0.05 0 0.97 0.13 63.08 0.94 0.45
Hex D2 DD 7 5 0 61 D 3F 5E 2D
Octal 322 335 7 5 0 141 15 77 136 55
Binary 11010010 11011101 111 101 0 1100001 1101 111111 1011110 101101

Color Harmonies of #D2DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD07

Black with #D2DD07

Text Example


Text Example

White with #D2DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD07; }

 p { color: rgb(210,221,7); }

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

background-color css

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

 a { background-color: rgb(210,221,7); }

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

border-color css

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

 span { border-color: rgb(210,221,7); }

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