Html Css Color HEX #D0DB07 Bird Flower

📋 copy color: '#D0DB07'

red 208 ◦ green 219 ◦ blue 7

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

Shades of Bird Flower #D0DB07

Tints of Bird Flower #D0DB07

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

 GREEN value IS 219 (85.94% from 255) = 50.46%

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

R = 47.93%
G = 50.46%
B = 1.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#D0DB07 (or 0xD0DB07) is known color: Bird Flower. HEX triplet: D0, DB and 07. RGB value is (208,219,7). Sum of RGB (Red+Green+Blue) = 208+219+7=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB07 is #2F24F8. Grayscale: #C0C0C0. Windows color (decimal): -3089657 or 515024. OLE color: 515024.

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

Color convert

RGB 208 219 7 -
CMYK 0.05 0 0.97 0.14
HSL 63.11º 0.94% 0.44% -
HSV(B) 63.11º 0.97% 0.86% -
XYZ 51.38 64.09 9.86 -
YUV 191.54 23.86 139.74 -
System Red Green Blue C M Y K H S L
Decimal 208 219 7 0.05 0 0.97 0.14 63.11 0.94 0.44
Hex D0 DB 7 5 0 61 E 3F 5E 2C
Octal 320 333 7 5 0 141 16 77 136 54
Binary 11010000 11011011 111 101 0 1100001 1110 111111 1011110 101100

Color Harmonies of #D0DB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB07

Black with #D0DB07

Text Example


Text Example

White with #D0DB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB07; }

 p { color: rgb(208,219,7); }

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

background-color css

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

 a { background-color: rgb(208,219,7); }

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

border-color css

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

 span { border-color: rgb(208,219,7); }

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