Html Css Color HEX #D7B207 Sunflower

📋 copy color: '#D7B207'

red 215 ◦ green 178 ◦ blue 7

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

Shades of Sunflower #D7B207

Tints of Sunflower #D7B207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 53.75%
G = 44.5%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D7B207 (or 0xD7B207) is known color: Sunflower. HEX triplet: D7, B2 and 07. RGB value is (215,178,7). Sum of RGB (Red+Green+Blue) = 215+178+7=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B207 is #284DF8. Grayscale: #AAAAAA. Windows color (decimal): -2641401 or 504535. OLE color: 504535.

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

Color convert

RGB 215 178 7 -
CMYK 0 0.17 0.97 0.16
HSL 49.33º 0.94% 0.44% -
HSV(B) 49.33º 0.97% 0.84% -
XYZ 43.98 46.3 6.82 -
YUV 169.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 215 178 7 0 0.17 0.97 0.16 49.33 0.94 0.44
Hex D7 B2 7 0 11 61 10 31 5E 2C
Octal 327 262 7 0 21 141 20 61 136 54
Binary 11010111 10110010 111 0 10001 1100001 10000 110001 1011110 101100

Color Harmonies of #D7B207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B207

Black with #D7B207

Text Example


Text Example

White with #D7B207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B207; }

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

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

background-color css

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

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

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

border-color css

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

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

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