Html Css Color HEX #D7B814 Sunflower

📋 copy color: '#D7B814'

red 215 ◦ green 184 ◦ blue 20

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

Shades of Sunflower #D7B814

Tints of Sunflower #D7B814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.91%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 51.31%
G = 43.91%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7B814 (or 0xD7B814) is known color: Sunflower. HEX triplet: D7, B8 and 14. RGB value is (215,184,20). Sum of RGB (Red+Green+Blue) = 215+184+20=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B814 is #2847EB. Grayscale: #AFAFAF. Windows color (decimal): -2639852 or 1358039. OLE color: 1358039.

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

Color convert

RGB 215 184 20 -
CMYK 0 0.14 0.91 0.16
HSL 50.46º 0.83% 0.46% -
HSV(B) 50.46º 0.91% 0.84% -
XYZ 45.29 48.78 7.69 -
YUV 174.57 40.77 156.84 -
System Red Green Blue C M Y K H S L
Decimal 215 184 20 0 0.14 0.91 0.16 50.46 0.83 0.46
Hex D7 B8 14 0 E 5B 10 32 53 2E
Octal 327 270 24 0 16 133 20 62 123 56
Binary 11010111 10111000 10100 0 1110 1011011 10000 110010 1010011 101110

Color Harmonies of #D7B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B814

Black with #D7B814

Text Example


Text Example

White with #D7B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B814; }

 p { color: rgb(215,184,20); }

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

background-color css

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

 a { background-color: rgb(215,184,20); }

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

border-color css

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

 span { border-color: rgb(215,184,20); }

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