Html Css Color HEX #D7C112 Sunflower

📋 copy color: '#D7C112'

red 215 ◦ green 193 ◦ blue 18

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

Shades of Sunflower #D7C112

Tints of Sunflower #D7C112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

 BLUE value IS 18 (7.42% from 255) = 4.23%

R = 50.47%
G = 45.31%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7C112 (or 0xD7C112) is known color: Sunflower. HEX triplet: D7, C1 and 12. RGB value is (215,193,18). Sum of RGB (Red+Green+Blue) = 215+193+18=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C112 is #283EED. Grayscale: #B4B4B4. Windows color (decimal): -2637550 or 1229271. OLE color: 1229271.

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

Color convert

RGB 215 193 18 -
CMYK 0 0.10 0.92 0.16
HSL 53.3º 0.85% 0.46% -
HSV(B) 53.3º 0.92% 0.84% -
XYZ 47.2 52.63 8.24 -
YUV 179.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 215 193 18 0 0.10 0.92 0.16 53.3 0.85 0.46
Hex D7 C1 12 0 A 5C 10 35 55 2E
Octal 327 301 22 0 12 134 20 65 125 56
Binary 11010111 11000001 10010 0 1010 1011100 10000 110101 1010101 101110

Color Harmonies of #D7C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C112

Black with #D7C112

Text Example


Text Example

White with #D7C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C112; }

 p { color: rgb(215,193,18); }

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

background-color css

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

 a { background-color: rgb(215,193,18); }

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

border-color css

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

 span { border-color: rgb(215,193,18); }

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