Html Css Color HEX #D7C01F Sunflower

📋 copy color: '#D7C01F'

red 215 ◦ green 192 ◦ blue 31

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

Shades of Sunflower #D7C01F

Tints of Sunflower #D7C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 49.09%
G = 43.84%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7C01F (or 0xD7C01F) is known color: Sunflower. HEX triplet: D7, C0 and 1F. RGB value is (215,192,31). Sum of RGB (Red+Green+Blue) = 215+192+31=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C01F is #283FE0. Grayscale: #B5B5B5. Windows color (decimal): -2637793 or 2080983. OLE color: 2080983.

HSL color Cylindrical-coordinate representation of color #D7C01F: hue angle of 52.5º degrees, saturation: 0.75, 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 #D7C01F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 31 -
CMYK 0 0.11 0.86 0.16
HSL 52.5º 0.75% 0.48% -
HSV(B) 52.5º 0.86% 0.84% -
XYZ 47.12 52.25 8.9 -
YUV 180.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 215 192 31 0 0.11 0.86 0.16 52.5 0.75 0.48
Hex D7 C0 1F 0 B 56 10 34 4B 30
Octal 327 300 37 0 13 126 20 64 113 60
Binary 11010111 11000000 11111 0 1011 1010110 10000 110100 1001011 110000

Color Harmonies of #D7C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C01F

Black with #D7C01F

Text Example


Text Example

White with #D7C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C01F; }

 p { color: rgb(215,192,31); }

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

background-color css

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

 a { background-color: rgb(215,192,31); }

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

border-color css

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

 span { border-color: rgb(215,192,31); }

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