Html Css Color HEX #D9C31E Sunflower

📋 copy color: '#D9C31E'

red 217 ◦ green 195 ◦ blue 30

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

Shades of Sunflower #D9C31E

Tints of Sunflower #D9C31E

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

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

 BLUE value IS 30 (12.11% from 255) = 6.79%

R = 49.1%
G = 44.12%
B = 6.79%

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

#D9C31E (or 0xD9C31E) is known color: Sunflower. HEX triplet: D9, C3 and 1E. RGB value is (217,195,30). Sum of RGB (Red+Green+Blue) = 217+195+30=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C31E is #263CE1. Grayscale: #B7B7B7. Windows color (decimal): -2505954 or 2016217. OLE color: 2016217.

HSL color Cylindrical-coordinate representation of color #D9C31E: hue angle of 52.94º degrees, saturation: 0.76, 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 #D9C31E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 195 30 -
CMYK 0 0.10 0.86 0.15
HSL 52.94º 0.76% 0.48% -
HSV(B) 52.94º 0.86% 0.85% -
XYZ 48.36 53.88 9.08 -
YUV 182.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 217 195 30 0 0.10 0.86 0.15 52.94 0.76 0.48
Hex D9 C3 1E 0 A 56 F 35 4C 30
Octal 331 303 36 0 12 126 17 65 114 60
Binary 11011001 11000011 11110 0 1010 1010110 1111 110101 1001100 110000

Color Harmonies of #D9C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C31E

Black with #D9C31E

Text Example


Text Example

White with #D9C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C31E; }

 p { color: rgb(217,195,30); }

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

background-color css

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

 a { background-color: rgb(217,195,30); }

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

border-color css

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

 span { border-color: rgb(217,195,30); }

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