Html Css Color HEX #D8C31F Sunflower

📋 copy color: '#D8C31F'

red 216 ◦ green 195 ◦ blue 31

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

Shades of Sunflower #D8C31F

Tints of Sunflower #D8C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 48.87%
G = 44.12%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8C31F (or 0xD8C31F) is known color: Sunflower. HEX triplet: D8, C3 and 1F. RGB value is (216,195,31). Sum of RGB (Red+Green+Blue) = 216+195+31=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C31F is #273CE0. Grayscale: #B7B7B7. Windows color (decimal): -2571489 or 2081752. OLE color: 2081752.

HSL color Cylindrical-coordinate representation of color #D8C31F: hue angle of 53.19º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8C31F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 31 -
CMYK 0 0.10 0.86 0.15
HSL 53.19º 0.75% 0.48% -
HSV(B) 53.19º 0.86% 0.85% -
XYZ 48.08 53.73 9.13 -
YUV 182.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 216 195 31 0 0.10 0.86 0.15 53.19 0.75 0.48
Hex D8 C3 1F 0 A 56 F 35 4B 30
Octal 330 303 37 0 12 126 17 65 113 60
Binary 11011000 11000011 11111 0 1010 1010110 1111 110101 1001011 110000

Color Harmonies of #D8C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C31F

Black with #D8C31F

Text Example


Text Example

White with #D8C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C31F; }

 p { color: rgb(216,195,31); }

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

background-color css

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

 a { background-color: rgb(216,195,31); }

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

border-color css

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

 span { border-color: rgb(216,195,31); }

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