Html Css Color HEX #D6B605 Bird Flower

📋 copy color: '#D6B605'

red 214 ◦ green 182 ◦ blue 5

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

Shades of Bird Flower #D6B605

Tints of Bird Flower #D6B605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.39%

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

R = 53.37%
G = 45.39%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B605 (or 0xD6B605) is known color: Bird Flower. HEX triplet: D6, B6 and 05. RGB value is (214,182,5). Sum of RGB (Red+Green+Blue) = 214+182+5=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B605 is #2949FA. Grayscale: #ACACAC. Windows color (decimal): -2705915 or 374486. OLE color: 374486.

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

Color convert

RGB 214 182 5 -
CMYK 0 0.15 0.98 0.16
HSL 50.81º 0.95% 0.43% -
HSV(B) 50.81º 0.98% 0.84% -
XYZ 44.49 47.76 7.02 -
YUV 171.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 214 182 5 0 0.15 0.98 0.16 50.81 0.95 0.43
Hex D6 B6 5 0 F 62 10 33 5F 2B
Octal 326 266 5 0 17 142 20 63 137 53
Binary 11010110 10110110 101 0 1111 1100010 10000 110011 1011111 101011

Color Harmonies of #D6B605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B605

Black with #D6B605

Text Example


Text Example

White with #D6B605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B605; }

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

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

background-color css

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

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

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

border-color css

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

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

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