Html Css Color HEX #D6B805 Bird Flower

📋 copy color: '#D6B805'

red 214 ◦ green 184 ◦ blue 5

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

Shades of Bird Flower #D6B805

Tints of Bird Flower #D6B805

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 53.1%
G = 45.66%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B805 (or 0xD6B805) is known color: Bird Flower. HEX triplet: D6, B8 and 05. RGB value is (214,184,5). Sum of RGB (Red+Green+Blue) = 214+184+5=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B805 is #2947FA. Grayscale: #ADADAD. Windows color (decimal): -2705403 or 374998. OLE color: 374998.

HSL color Cylindrical-coordinate representation of color #D6B805: hue angle of 51.39º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6B805 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 5 -
CMYK 0 0.14 0.98 0.16
HSL 51.39º 0.95% 0.43% -
HSV(B) 51.39º 0.98% 0.84% -
XYZ 44.9 48.59 7.16 -
YUV 172.56 33.44 157.55 -
System Red Green Blue C M Y K H S L
Decimal 214 184 5 0 0.14 0.98 0.16 51.39 0.95 0.43
Hex D6 B8 5 0 E 62 10 33 5F 2B
Octal 326 270 5 0 16 142 20 63 137 53
Binary 11010110 10111000 101 0 1110 1100010 10000 110011 1011111 101011

Color Harmonies of #D6B805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B805

Black with #D6B805

Text Example


Text Example

White with #D6B805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B805; }

 p { color: rgb(214,184,5); }

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

background-color css

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

 a { background-color: rgb(214,184,5); }

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

border-color css

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

 span { border-color: rgb(214,184,5); }

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