Html Css Color HEX #D6B104 Bird Flower

📋 copy color: '#D6B104'

red 214 ◦ green 177 ◦ blue 4

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

Shades of Bird Flower #D6B104

Tints of Bird Flower #D6B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.81%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 54.18%
G = 44.81%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B104 (or 0xD6B104) is known color: Bird Flower. HEX triplet: D6, B1 and 04. RGB value is (214,177,4). Sum of RGB (Red+Green+Blue) = 214+177+4=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B104 is #294EFB. Grayscale: #A9A9A9. Windows color (decimal): -2707196 or 307670. OLE color: 307670.

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

Color convert

RGB 214 177 4 -
CMYK 0 0.17 0.98 0.16
HSL 49.43º 0.96% 0.43% -
HSV(B) 49.43º 0.98% 0.84% -
XYZ 43.48 45.75 6.65 -
YUV 168.34 35.26 160.57 -
System Red Green Blue C M Y K H S L
Decimal 214 177 4 0 0.17 0.98 0.16 49.43 0.96 0.43
Hex D6 B1 4 0 11 62 10 31 60 2B
Octal 326 261 4 0 21 142 20 61 140 53
Binary 11010110 10110001 100 0 10001 1100010 10000 110001 1100000 101011

Color Harmonies of #D6B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B104

Black with #D6B104

Text Example


Text Example

White with #D6B104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B104; }

 p { color: rgb(214,177,4); }

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

background-color css

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

 a { background-color: rgb(214,177,4); }

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

border-color css

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

 span { border-color: rgb(214,177,4); }

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