Html Css Color HEX #D9D00B Bird Flower

📋 copy color: '#D9D00B'

red 217 ◦ green 208 ◦ blue 11

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

Shades of Bird Flower #D9D00B

Tints of Bird Flower #D9D00B

RGB

 RED value IS 217 (85.16% from 255) = 49.77%

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

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 49.77%
G = 47.71%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9D00B (or 0xD9D00B) is known color: Bird Flower. HEX triplet: D9, D0 and 0B. RGB value is (217,208,11). Sum of RGB (Red+Green+Blue) = 217+208+11=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D00B is #262FF4. Grayscale: #BDBDBD. Windows color (decimal): -2502645 or 774361. OLE color: 774361.

HSL color Cylindrical-coordinate representation of color #D9D00B: hue angle of 57.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9D00B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 11 -
CMYK 0 0.04 0.95 0.15
HSL 57.38º 0.9% 0.45% -
HSV(B) 57.38º 0.95% 0.85% -
XYZ 51.23 59.89 9.18 -
YUV 188.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 217 208 11 0 0.04 0.95 0.15 57.38 0.9 0.45
Hex D9 D0 B 0 4 5F F 39 5A 2D
Octal 331 320 13 0 4 137 17 71 132 55
Binary 11011001 11010000 1011 0 100 1011111 1111 111001 1011010 101101

Color Harmonies of #D9D00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D00B

Black with #D9D00B

Text Example


Text Example

White with #D9D00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D00B; }

 p { color: rgb(217,208,11); }

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

background-color css

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

 a { background-color: rgb(217,208,11); }

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

border-color css

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

 span { border-color: rgb(217,208,11); }

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