Html Css Color HEX #D6B305 Bird Flower

📋 copy color: '#D6B305'

red 214 ◦ green 179 ◦ blue 5

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

Shades of Bird Flower #D6B305

Tints of Bird Flower #D6B305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.97%

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

R = 53.77%
G = 44.97%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B305 (or 0xD6B305) is known color: Bird Flower. HEX triplet: D6, B3 and 05. RGB value is (214,179,5). Sum of RGB (Red+Green+Blue) = 214+179+5=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B305 is #294CFA. Grayscale: #AAAAAA. Windows color (decimal): -2706683 or 373718. OLE color: 373718.

HSL color Cylindrical-coordinate representation of color #D6B305: hue angle of 49.95º 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 #D6B305 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 5 -
CMYK 0 0.16 0.98 0.16
HSL 49.95º 0.95% 0.43% -
HSV(B) 49.95º 0.98% 0.84% -
XYZ 43.88 46.55 6.82 -
YUV 169.63 35.1 159.65 -
System Red Green Blue C M Y K H S L
Decimal 214 179 5 0 0.16 0.98 0.16 49.95 0.95 0.43
Hex D6 B3 5 0 10 62 10 32 5F 2B
Octal 326 263 5 0 20 142 20 62 137 53
Binary 11010110 10110011 101 0 10000 1100010 10000 110010 1011111 101011

Color Harmonies of #D6B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B305

Black with #D6B305

Text Example


Text Example

White with #D6B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B305; }

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

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

background-color css

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

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

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

border-color css

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

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

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