Html Css Color HEX #D8B80A Sunflower

📋 copy color: '#D8B80A'

red 216 ◦ green 184 ◦ blue 10

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

Shades of Sunflower #D8B80A

Tints of Sunflower #D8B80A

RGB

 RED value IS 216 (84.77% from 255) = 52.68%

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

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

R = 52.68%
G = 44.88%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8B80A (or 0xD8B80A) is known color: Sunflower. HEX triplet: D8, B8 and 0A. RGB value is (216,184,10). Sum of RGB (Red+Green+Blue) = 216+184+10=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B80A is #2747F5. Grayscale: #AEAEAE. Windows color (decimal): -2574326 or 702680. OLE color: 702680.

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

Color convert

RGB 216 184 10 -
CMYK 0 0.15 0.95 0.15
HSL 50.68º 0.91% 0.44% -
HSV(B) 50.68º 0.95% 0.85% -
XYZ 45.51 48.9 7.33 -
YUV 173.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 216 184 10 0 0.15 0.95 0.15 50.68 0.91 0.44
Hex D8 B8 A 0 F 5F F 33 5B 2C
Octal 330 270 12 0 17 137 17 63 133 54
Binary 11011000 10111000 1010 0 1111 1011111 1111 110011 1011011 101100

Color Harmonies of #D8B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B80A

Black with #D8B80A

Text Example


Text Example

White with #D8B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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