Html Css Color HEX #D5C01C Sunflower

📋 copy color: '#D5C01C'

red 213 ◦ green 192 ◦ blue 28

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

Shades of Sunflower #D5C01C

Tints of Sunflower #D5C01C

RGB

 RED value IS 213 (83.59% from 255) = 49.19%

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 49.19%
G = 44.34%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5C01C (or 0xD5C01C) is known color: Sunflower. HEX triplet: D5, C0 and 1C. RGB value is (213,192,28). Sum of RGB (Red+Green+Blue) = 213+192+28=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C01C is #2A3FE3. Grayscale: #B4B4B4. Windows color (decimal): -2768868 or 1884373. OLE color: 1884373.

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

Color convert

RGB 213 192 28 -
CMYK 0 0.10 0.87 0.16
HSL 53.19º 0.77% 0.47% -
HSV(B) 53.19º 0.87% 0.84% -
XYZ 46.5 51.93 8.67 -
YUV 179.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 213 192 28 0 0.10 0.87 0.16 53.19 0.77 0.47
Hex D5 C0 1C 0 A 57 10 35 4D 2F
Octal 325 300 34 0 12 127 20 65 115 57
Binary 11010101 11000000 11100 0 1010 1010111 10000 110101 1001101 101111

Color Harmonies of #D5C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C01C

Black with #D5C01C

Text Example


Text Example

White with #D5C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C01C; }

 p { color: rgb(213,192,28); }

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

background-color css

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

 a { background-color: rgb(213,192,28); }

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

border-color css

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

 span { border-color: rgb(213,192,28); }

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