Html Css Color HEX #D1B71E Sunflower

📋 copy color: '#D1B71E'

red 209 ◦ green 183 ◦ blue 30

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

Shades of Sunflower #D1B71E

Tints of Sunflower #D1B71E

RGB

 RED value IS 209 (82.03% from 255) = 49.53%

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 49.53%
G = 43.36%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1B71E (or 0xD1B71E) is known color: Sunflower. HEX triplet: D1, B7 and 1E. RGB value is (209,183,30). Sum of RGB (Red+Green+Blue) = 209+183+30=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B71E is #2E48E1. Grayscale: #ADADAD. Windows color (decimal): -3033314 or 2013137. OLE color: 2013137.

HSL color Cylindrical-coordinate representation of color #D1B71E: hue angle of 51.28º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1B71E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 30 -
CMYK 0 0.12 0.86 0.18
HSL 51.28º 0.75% 0.47% -
HSV(B) 51.28º 0.86% 0.82% -
XYZ 43.46 47.52 8.11 -
YUV 173.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 209 183 30 0 0.12 0.86 0.18 51.28 0.75 0.47
Hex D1 B7 1E 0 C 56 12 33 4B 2F
Octal 321 267 36 0 14 126 22 63 113 57
Binary 11010001 10110111 11110 0 1100 1010110 10010 110011 1001011 101111

Color Harmonies of #D1B71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B71E

Black with #D1B71E

Text Example


Text Example

White with #D1B71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B71E; }

 p { color: rgb(209,183,30); }

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

background-color css

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

 a { background-color: rgb(209,183,30); }

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

border-color css

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

 span { border-color: rgb(209,183,30); }

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