Html Css Color HEX #D7B80A Sunflower

📋 copy color: '#D7B80A'

red 215 ◦ green 184 ◦ blue 10

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

Shades of Sunflower #D7B80A

Tints of Sunflower #D7B80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 52.57%
G = 44.99%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7B80A (or 0xD7B80A) is known color: Sunflower. HEX triplet: D7, B8 and 0A. RGB value is (215,184,10). Sum of RGB (Red+Green+Blue) = 215+184+10=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B80A is #2847F5. Grayscale: #AEAEAE. Windows color (decimal): -2639862 or 702679. OLE color: 702679.

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

Color convert

RGB 215 184 10 -
CMYK 0 0.14 0.95 0.16
HSL 50.93º 0.91% 0.44% -
HSV(B) 50.93º 0.95% 0.84% -
XYZ 45.22 48.75 7.31 -
YUV 173.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 215 184 10 0 0.14 0.95 0.16 50.93 0.91 0.44
Hex D7 B8 A 0 E 5F 10 33 5B 2C
Octal 327 270 12 0 16 137 20 63 133 54
Binary 11010111 10111000 1010 0 1110 1011111 10000 110011 1011011 101100

Color Harmonies of #D7B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B80A

Black with #D7B80A

Text Example


Text Example

White with #D7B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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