Html Css Color HEX #D7B20E Sunflower

📋 copy color: '#D7B20E'

red 215 ◦ green 178 ◦ blue 14

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

Shades of Sunflower #D7B20E

Tints of Sunflower #D7B20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 52.83%
G = 43.73%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7B20E (or 0xD7B20E) is known color: Sunflower. HEX triplet: D7, B2 and 0E. RGB value is (215,178,14). Sum of RGB (Red+Green+Blue) = 215+178+14=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B20E is #284DF1. Grayscale: #ABABAB. Windows color (decimal): -2641394 or 963287. OLE color: 963287.

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

Color convert

RGB 215 178 14 -
CMYK 0 0.17 0.93 0.16
HSL 48.96º 0.88% 0.45% -
HSV(B) 48.96º 0.93% 0.84% -
XYZ 44.02 46.32 7.04 -
YUV 170.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 215 178 14 0 0.17 0.93 0.16 48.96 0.88 0.45
Hex D7 B2 E 0 11 5D 10 31 58 2D
Octal 327 262 16 0 21 135 20 61 130 55
Binary 11010111 10110010 1110 0 10001 1011101 10000 110001 1011000 101101

Color Harmonies of #D7B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B20E

Black with #D7B20E

Text Example


Text Example

White with #D7B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B20E; }

 p { color: rgb(215,178,14); }

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

background-color css

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

 a { background-color: rgb(215,178,14); }

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

border-color css

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

 span { border-color: rgb(215,178,14); }

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