Html Css Color HEX #D8BD07 Bird Flower

📋 copy color: '#D8BD07'

red 216 ◦ green 189 ◦ blue 7

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

Shades of Bird Flower #D8BD07

Tints of Bird Flower #D8BD07

RGB

 RED value IS 216 (84.77% from 255) = 52.43%

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 52.43%
G = 45.87%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8BD07 (or 0xD8BD07) is known color: Bird Flower. HEX triplet: D8, BD and 07. RGB value is (216,189,7). Sum of RGB (Red+Green+Blue) = 216+189+7=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BD07 is #2742F8. Grayscale: #B1B1B1. Windows color (decimal): -2573049 or 507352. OLE color: 507352.

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

Color convert

RGB 216 189 7 -
CMYK 0 0.12 0.97 0.15
HSL 52.25º 0.94% 0.44% -
HSV(B) 52.25º 0.97% 0.85% -
XYZ 46.55 51.01 7.59 -
YUV 176.33 32.45 156.3 -
System Red Green Blue C M Y K H S L
Decimal 216 189 7 0 0.12 0.97 0.15 52.25 0.94 0.44
Hex D8 BD 7 0 C 61 F 34 5E 2C
Octal 330 275 7 0 14 141 17 64 136 54
Binary 11011000 10111101 111 0 1100 1100001 1111 110100 1011110 101100

Color Harmonies of #D8BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD07

Black with #D8BD07

Text Example


Text Example

White with #D8BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD07; }

 p { color: rgb(216,189,7); }

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

background-color css

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

 a { background-color: rgb(216,189,7); }

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

border-color css

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

 span { border-color: rgb(216,189,7); }

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