Html Css Color HEX #D7B31A Sunflower

📋 copy color: '#D7B31A'

red 215 ◦ green 179 ◦ blue 26

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

Shades of Sunflower #D7B31A

Tints of Sunflower #D7B31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 51.19%
G = 42.62%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7B31A (or 0xD7B31A) is known color: Sunflower. HEX triplet: D7, B3 and 1A. RGB value is (215,179,26). Sum of RGB (Red+Green+Blue) = 215+179+26=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B31A is #284CE5. Grayscale: #ACACAC. Windows color (decimal): -2641126 or 1749975. OLE color: 1749975.

HSL color Cylindrical-coordinate representation of color #D7B31A: hue angle of 48.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7B31A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 26 -
CMYK 0 0.17 0.88 0.16
HSL 48.57º 0.78% 0.47% -
HSV(B) 48.57º 0.88% 0.84% -
XYZ 44.33 46.76 7.67 -
YUV 172.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 215 179 26 0 0.17 0.88 0.16 48.57 0.78 0.47
Hex D7 B3 1A 0 11 58 10 31 4E 2F
Octal 327 263 32 0 21 130 20 61 116 57
Binary 11010111 10110011 11010 0 10001 1011000 10000 110001 1001110 101111

Color Harmonies of #D7B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B31A

Black with #D7B31A

Text Example


Text Example

White with #D7B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B31A; }

 p { color: rgb(215,179,26); }

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

background-color css

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

 a { background-color: rgb(215,179,26); }

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

border-color css

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

 span { border-color: rgb(215,179,26); }

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