Html Css Color HEX #D8BA06 Bird Flower

📋 copy color: '#D8BA06'

red 216 ◦ green 186 ◦ blue 6

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

Shades of Bird Flower #D8BA06

Tints of Bird Flower #D8BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 52.94%
G = 45.59%
B = 1.47%

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

#D8BA06 (or 0xD8BA06) is known color: Bird Flower. HEX triplet: D8, BA and 06. RGB value is (216,186,6). Sum of RGB (Red+Green+Blue) = 216+186+6=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA06 is #2745F9. Grayscale: #AFAFAF. Windows color (decimal): -2573818 or 441048. OLE color: 441048.

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

Color convert

RGB 216 186 6 -
CMYK 0 0.14 0.97 0.15
HSL 51.43º 0.95% 0.44% -
HSV(B) 51.43º 0.97% 0.85% -
XYZ 45.91 49.73 7.35 -
YUV 174.45 32.94 157.64 -
System Red Green Blue C M Y K H S L
Decimal 216 186 6 0 0.14 0.97 0.15 51.43 0.95 0.44
Hex D8 BA 6 0 E 61 F 33 5F 2C
Octal 330 272 6 0 16 141 17 63 137 54
Binary 11011000 10111010 110 0 1110 1100001 1111 110011 1011111 101100

Color Harmonies of #D8BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA06

Black with #D8BA06

Text Example


Text Example

White with #D8BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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