Html Css Color HEX #D7B80C Sunflower

📋 copy color: '#D7B80C'

red 215 ◦ green 184 ◦ blue 12

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

Shades of Sunflower #D7B80C

Tints of Sunflower #D7B80C

RGB

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

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

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

R = 52.31%
G = 44.77%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7B80C (or 0xD7B80C) is known color: Sunflower. HEX triplet: D7, B8 and 0C. RGB value is (215,184,12). Sum of RGB (Red+Green+Blue) = 215+184+12=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B80C is #2847F3. Grayscale: #AEAEAE. Windows color (decimal): -2639860 or 833751. OLE color: 833751.

HSL color Cylindrical-coordinate representation of color #D7B80C: hue angle of 50.84º 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 #D7B80C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 12 -
CMYK 0 0.14 0.94 0.16
HSL 50.84º 0.89% 0.45% -
HSV(B) 50.84º 0.94% 0.84% -
XYZ 45.23 48.75 7.37 -
YUV 173.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 215 184 12 0 0.14 0.94 0.16 50.84 0.89 0.45
Hex D7 B8 C 0 E 5E 10 33 59 2D
Octal 327 270 14 0 16 136 20 63 131 55
Binary 11010111 10111000 1100 0 1110 1011110 10000 110011 1011001 101101

Color Harmonies of #D7B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B80C

Black with #D7B80C

Text Example


Text Example

White with #D7B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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