Html Css Color HEX #D7B10C Sunflower

📋 copy color: '#D7B10C'

red 215 ◦ green 177 ◦ blue 12

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

Shades of Sunflower #D7B10C

Tints of Sunflower #D7B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 53.22%
G = 43.81%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7B10C (or 0xD7B10C) is known color: Sunflower. HEX triplet: D7, B1 and 0C. RGB value is (215,177,12). Sum of RGB (Red+Green+Blue) = 215+177+12=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B10C is #284EF3. Grayscale: #AAAAAA. Windows color (decimal): -2641652 or 831959. OLE color: 831959.

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

Color convert

RGB 215 177 12 -
CMYK 0 0.18 0.94 0.16
HSL 48.77º 0.89% 0.45% -
HSV(B) 48.77º 0.94% 0.84% -
XYZ 43.81 45.92 6.9 -
YUV 169.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 215 177 12 0 0.18 0.94 0.16 48.77 0.89 0.45
Hex D7 B1 C 0 12 5E 10 31 59 2D
Octal 327 261 14 0 22 136 20 61 131 55
Binary 11010111 10110001 1100 0 10010 1011110 10000 110001 1011001 101101

Color Harmonies of #D7B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B10C

Black with #D7B10C

Text Example


Text Example

White with #D7B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B10C; }

 p { color: rgb(215,177,12); }

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

background-color css

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

 a { background-color: rgb(215,177,12); }

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

border-color css

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

 span { border-color: rgb(215,177,12); }

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