Html Css Color HEX #DCC514 Sunflower

📋 copy color: '#DCC514'

red 220 ◦ green 197 ◦ blue 20

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

Shades of Sunflower #DCC514

Tints of Sunflower #DCC514

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 197 (77.34% from 255) = 45.08%

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 50.34%
G = 45.08%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC514 (or 0xDCC514) is known color: Sunflower. HEX triplet: DC, C5 and 14. RGB value is (220,197,20). Sum of RGB (Red+Green+Blue) = 220+197+20=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC514 is #233AEB. Grayscale: #B8B8B8. Windows color (decimal): -2308844 or 1361372. OLE color: 1361372.

HSL color Cylindrical-coordinate representation of color #DCC514: hue angle of 53.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCC514 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 20 -
CMYK 0 0.10 0.91 0.14
HSL 53.1º 0.83% 0.47% -
HSV(B) 53.1º 0.91% 0.86% -
XYZ 49.61 55.2 8.7 -
YUV 183.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 220 197 20 0 0.10 0.91 0.14 53.1 0.83 0.47
Hex DC C5 14 0 A 5B E 35 53 2F
Octal 334 305 24 0 12 133 16 65 123 57
Binary 11011100 11000101 10100 0 1010 1011011 1110 110101 1010011 101111

Color Harmonies of #DCC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC514

Black with #DCC514

Text Example


Text Example

White with #DCC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC514; }

 p { color: rgb(220,197,20); }

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

background-color css

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

 a { background-color: rgb(220,197,20); }

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

border-color css

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

 span { border-color: rgb(220,197,20); }

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