Html Css Color HEX #D8C31C Sunflower

📋 copy color: '#D8C31C'

red 216 ◦ green 195 ◦ blue 28

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

Shades of Sunflower #D8C31C

Tints of Sunflower #D8C31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 49.2%
G = 44.42%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8C31C (or 0xD8C31C) is known color: Sunflower. HEX triplet: D8, C3 and 1C. RGB value is (216,195,28). Sum of RGB (Red+Green+Blue) = 216+195+28=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C31C is #273CE3. Grayscale: #B6B6B6. Windows color (decimal): -2571492 or 1885144. OLE color: 1885144.

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

Color convert

RGB 216 195 28 -
CMYK 0 0.10 0.87 0.15
HSL 53.3º 0.77% 0.48% -
HSV(B) 53.3º 0.87% 0.85% -
XYZ 48.04 53.71 8.93 -
YUV 182.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 216 195 28 0 0.10 0.87 0.15 53.3 0.77 0.48
Hex D8 C3 1C 0 A 57 F 35 4D 30
Octal 330 303 34 0 12 127 17 65 115 60
Binary 11011000 11000011 11100 0 1010 1010111 1111 110101 1001101 110000

Color Harmonies of #D8C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C31C

Black with #D8C31C

Text Example


Text Example

White with #D8C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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