Html Css Color HEX #D8BA07 Bird Flower

📋 copy color: '#D8BA07'

red 216 ◦ green 186 ◦ blue 7

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

Shades of Bird Flower #D8BA07

Tints of Bird Flower #D8BA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

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

R = 52.81%
G = 45.48%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8BA07 (or 0xD8BA07) is known color: Bird Flower. HEX triplet: D8, BA and 07. RGB value is (216,186,7). Sum of RGB (Red+Green+Blue) = 216+186+7=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA07 is #2745F8. Grayscale: #AFAFAF. Windows color (decimal): -2573817 or 506584. OLE color: 506584.

HSL color Cylindrical-coordinate representation of color #D8BA07: hue angle of 51.39º 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 #D8BA07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 7 -
CMYK 0 0.14 0.97 0.15
HSL 51.39º 0.94% 0.44% -
HSV(B) 51.39º 0.97% 0.85% -
XYZ 45.92 49.73 7.38 -
YUV 174.56 33.44 157.55 -
System Red Green Blue C M Y K H S L
Decimal 216 186 7 0 0.14 0.97 0.15 51.39 0.94 0.44
Hex D8 BA 7 0 E 61 F 33 5E 2C
Octal 330 272 7 0 16 141 17 63 136 54
Binary 11011000 10111010 111 0 1110 1100001 1111 110011 1011110 101100

Color Harmonies of #D8BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA07

Black with #D8BA07

Text Example


Text Example

White with #D8BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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