Html Css Color HEX #D7B41F Sunflower

📋 copy color: '#D7B41F'

red 215 ◦ green 180 ◦ blue 31

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

Shades of Sunflower #D7B41F

Tints of Sunflower #D7B41F

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

 GREEN value IS 180 (70.7% from 255) = 42.25%

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 50.47%
G = 42.25%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7B41F (or 0xD7B41F) is known color: Sunflower. HEX triplet: D7, B4 and 1F. RGB value is (215,180,31). Sum of RGB (Red+Green+Blue) = 215+180+31=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B41F is #284BE0. Grayscale: #AEAEAE. Windows color (decimal): -2640865 or 2077911. OLE color: 2077911.

HSL color Cylindrical-coordinate representation of color #D7B41F: hue angle of 48.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7B41F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 31 -
CMYK 0 0.16 0.86 0.16
HSL 48.59º 0.75% 0.48% -
HSV(B) 48.59º 0.86% 0.84% -
XYZ 44.59 47.19 8.05 -
YUV 173.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 215 180 31 0 0.16 0.86 0.16 48.59 0.75 0.48
Hex D7 B4 1F 0 10 56 10 31 4B 30
Octal 327 264 37 0 20 126 20 61 113 60
Binary 11010111 10110100 11111 0 10000 1010110 10000 110001 1001011 110000

Color Harmonies of #D7B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B41F

Black with #D7B41F

Text Example


Text Example

White with #D7B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B41F; }

 p { color: rgb(215,180,31); }

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

background-color css

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

 a { background-color: rgb(215,180,31); }

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

border-color css

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

 span { border-color: rgb(215,180,31); }

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