Html Css Color HEX #DCC314 Sunflower

📋 copy color: '#DCC314'

red 220 ◦ green 195 ◦ blue 20

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

Shades of Sunflower #DCC314

Tints of Sunflower #DCC314

RGB

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

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

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

R = 50.57%
G = 44.83%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC314 (or 0xDCC314) is known color: Sunflower. HEX triplet: DC, C3 and 14. RGB value is (220,195,20). Sum of RGB (Red+Green+Blue) = 220+195+20=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC314 is #233CEB. Grayscale: #B7B7B7. Windows color (decimal): -2309356 or 1360860. OLE color: 1360860.

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

Color convert

RGB 220 195 20 -
CMYK 0 0.11 0.91 0.14
HSL 52.5º 0.83% 0.47% -
HSV(B) 52.5º 0.91% 0.86% -
XYZ 49.16 54.3 8.55 -
YUV 182.53 36.28 154.73 -
System Red Green Blue C M Y K H S L
Decimal 220 195 20 0 0.11 0.91 0.14 52.5 0.83 0.47
Hex DC C3 14 0 B 5B E 34 53 2F
Octal 334 303 24 0 13 133 16 64 123 57
Binary 11011100 11000011 10100 0 1011 1011011 1110 110100 1010011 101111

Color Harmonies of #DCC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC314

Black with #DCC314

Text Example


Text Example

White with #DCC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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