Html Css Color HEX #DCC114 Sunflower

📋 copy color: '#DCC114'

red 220 ◦ green 193 ◦ blue 20

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

Shades of Sunflower #DCC114

Tints of Sunflower #DCC114

RGB

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

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

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

R = 50.81%
G = 44.57%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC114 (or 0xDCC114) is known color: Sunflower. HEX triplet: DC, C1 and 14. RGB value is (220,193,20). Sum of RGB (Red+Green+Blue) = 220+193+20=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC114 is #233EEB. Grayscale: #B6B6B6. Windows color (decimal): -2309868 or 1360348. OLE color: 1360348.

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

Color convert

RGB 220 193 20 -
CMYK 0 0.12 0.91 0.14
HSL 51.9º 0.83% 0.47% -
HSV(B) 51.9º 0.91% 0.86% -
XYZ 48.71 53.41 8.4 -
YUV 181.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 220 193 20 0 0.12 0.91 0.14 51.9 0.83 0.47
Hex DC C1 14 0 C 5B E 34 53 2F
Octal 334 301 24 0 14 133 16 64 123 57
Binary 11011100 11000001 10100 0 1100 1011011 1110 110100 1010011 101111

Color Harmonies of #DCC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC114

Black with #DCC114

Text Example


Text Example

White with #DCC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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