Html Css Color HEX #D1B31D Sunflower

📋 copy color: '#D1B31D'

red 209 ◦ green 179 ◦ blue 29

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

Shades of Sunflower #D1B31D

Tints of Sunflower #D1B31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 50.12%
G = 42.93%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1B31D (or 0xD1B31D) is known color: Sunflower. HEX triplet: D1, B3 and 1D. RGB value is (209,179,29). Sum of RGB (Red+Green+Blue) = 209+179+29=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B31D is #2E4CE2. Grayscale: #ABABAB. Windows color (decimal): -3034339 or 1946577. OLE color: 1946577.

HSL color Cylindrical-coordinate representation of color #D1B31D: hue angle of 50º degrees, saturation: 0.76, 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 #D1B31D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 29 -
CMYK 0 0.14 0.86 0.18
HSL 50º 0.76% 0.47% -
HSV(B) 50º 0.86% 0.82% -
XYZ 42.64 45.88 7.77 -
YUV 170.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 209 179 29 0 0.14 0.86 0.18 50 0.76 0.47
Hex D1 B3 1D 0 E 56 12 32 4C 2F
Octal 321 263 35 0 16 126 22 62 114 57
Binary 11010001 10110011 11101 0 1110 1010110 10010 110010 1001100 101111

Color Harmonies of #D1B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B31D

Black with #D1B31D

Text Example


Text Example

White with #D1B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B31D; }

 p { color: rgb(209,179,29); }

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

background-color css

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

 a { background-color: rgb(209,179,29); }

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

border-color css

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

 span { border-color: rgb(209,179,29); }

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