Html Css Color HEX #D7C31E Sunflower

📋 copy color: '#D7C31E'

red 215 ◦ green 195 ◦ blue 30

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

Shades of Sunflower #D7C31E

Tints of Sunflower #D7C31E

RGB

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

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

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

R = 48.86%
G = 44.32%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7C31E (or 0xD7C31E) is known color: Sunflower. HEX triplet: D7, C3 and 1E. RGB value is (215,195,30). Sum of RGB (Red+Green+Blue) = 215+195+30=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C31E is #283CE1. Grayscale: #B6B6B6. Windows color (decimal): -2637026 or 2016215. OLE color: 2016215.

HSL color Cylindrical-coordinate representation of color #D7C31E: hue angle of 53.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7C31E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 30 -
CMYK 0 0.09 0.86 0.16
HSL 53.51º 0.76% 0.48% -
HSV(B) 53.51º 0.86% 0.84% -
XYZ 47.77 53.57 9.05 -
YUV 182.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 215 195 30 0 0.09 0.86 0.16 53.51 0.76 0.48
Hex D7 C3 1E 0 9 56 10 36 4C 30
Octal 327 303 36 0 11 126 20 66 114 60
Binary 11010111 11000011 11110 0 1001 1010110 10000 110110 1001100 110000

Color Harmonies of #D7C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C31E

Black with #D7C31E

Text Example


Text Example

White with #D7C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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