Html Css Color HEX #D7C315 Sunflower

📋 copy color: '#D7C315'

red 215 ◦ green 195 ◦ blue 21

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

Shades of Sunflower #D7C315

Tints of Sunflower #D7C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 49.88%
G = 45.24%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7C315 (or 0xD7C315) is known color: Sunflower. HEX triplet: D7, C3 and 15. RGB value is (215,195,21). Sum of RGB (Red+Green+Blue) = 215+195+21=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C315 is #283CEA. Grayscale: #B5B5B5. Windows color (decimal): -2637035 or 1426391. OLE color: 1426391.

HSL color Cylindrical-coordinate representation of color #D7C315: hue angle of 53.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7C315 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 21 -
CMYK 0 0.09 0.90 0.16
HSL 53.81º 0.82% 0.46% -
HSV(B) 53.81º 0.9% 0.84% -
XYZ 47.67 53.53 8.53 -
YUV 181.14 37.63 152.15 -
System Red Green Blue C M Y K H S L
Decimal 215 195 21 0 0.09 0.90 0.16 53.81 0.82 0.46
Hex D7 C3 15 0 9 5A 10 36 52 2E
Octal 327 303 25 0 11 132 20 66 122 56
Binary 11010111 11000011 10101 0 1001 1011010 10000 110110 1010010 101110

Color Harmonies of #D7C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C315

Black with #D7C315

Text Example


Text Example

White with #D7C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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