Html Css Color HEX #D7B416 Sunflower

📋 copy color: '#D7B416'

red 215 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #D7B416

Tints of Sunflower #D7B416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 51.56%
G = 43.17%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7B416 (or 0xD7B416) is known color: Sunflower. HEX triplet: D7, B4 and 16. RGB value is (215,180,22). Sum of RGB (Red+Green+Blue) = 215+180+22=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B416 is #284BE9. Grayscale: #ADADAD. Windows color (decimal): -2640874 or 1488087. OLE color: 1488087.

HSL color Cylindrical-coordinate representation of color #D7B416: hue angle of 49.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7B416 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 22 -
CMYK 0 0.16 0.90 0.16
HSL 49.12º 0.81% 0.46% -
HSV(B) 49.12º 0.9% 0.84% -
XYZ 44.49 47.15 7.51 -
YUV 172.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 215 180 22 0 0.16 0.90 0.16 49.12 0.81 0.46
Hex D7 B4 16 0 10 5A 10 31 51 2E
Octal 327 264 26 0 20 132 20 61 121 56
Binary 11010111 10110100 10110 0 10000 1011010 10000 110001 1010001 101110

Color Harmonies of #D7B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B416

Black with #D7B416

Text Example


Text Example

White with #D7B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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