Html Css Color HEX #DCC814 Sunflower

📋 copy color: '#DCC814'

red 220 ◦ green 200 ◦ blue 20

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

Shades of Sunflower #DCC814

Tints of Sunflower #DCC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 50%
G = 45.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCC814 (or 0xDCC814) is known color: Sunflower. HEX triplet: DC, C8 and 14. RGB value is (220,200,20). Sum of RGB (Red+Green+Blue) = 220+200+20=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC814 is #2337EB. Grayscale: #BABABA. Windows color (decimal): -2308076 or 1362140. OLE color: 1362140.

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

Color convert

RGB 220 200 20 -
CMYK 0 0.09 0.91 0.14
HSL 54º 0.83% 0.47% -
HSV(B) 54º 0.91% 0.86% -
XYZ 50.3 56.57 8.93 -
YUV 185.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 220 200 20 0 0.09 0.91 0.14 54 0.83 0.47
Hex DC C8 14 0 9 5B E 36 53 2F
Octal 334 310 24 0 11 133 16 66 123 57
Binary 11011100 11001000 10100 0 1001 1011011 1110 110110 1010011 101111

Color Harmonies of #DCC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC814

Black with #DCC814

Text Example


Text Example

White with #DCC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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