Html Css Color HEX #D6B105 Bird Flower

📋 copy color: '#D6B105'

red 214 ◦ green 177 ◦ blue 5

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

Shades of Bird Flower #D6B105

Tints of Bird Flower #D6B105

RGB

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

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

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

R = 54.04%
G = 44.7%
B = 1.26%

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

#D6B105 (or 0xD6B105) is known color: Bird Flower. HEX triplet: D6, B1 and 05. RGB value is (214,177,5). Sum of RGB (Red+Green+Blue) = 214+177+5=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B105 is #294EFA. Grayscale: #A9A9A9. Windows color (decimal): -2707195 or 373206. OLE color: 373206.

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

Color convert

RGB 214 177 5 -
CMYK 0 0.17 0.98 0.16
HSL 49.38º 0.95% 0.43% -
HSV(B) 49.38º 0.98% 0.84% -
XYZ 43.48 45.75 6.68 -
YUV 168.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 214 177 5 0 0.17 0.98 0.16 49.38 0.95 0.43
Hex D6 B1 5 0 11 62 10 31 5F 2B
Octal 326 261 5 0 21 142 20 61 137 53
Binary 11010110 10110001 101 0 10001 1100010 10000 110001 1011111 101011

Color Harmonies of #D6B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B105

Black with #D6B105

Text Example


Text Example

White with #D6B105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B105; }

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

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

background-color css

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

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

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

border-color css

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

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

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