Html Css Color HEX #DCC714 Sunflower

📋 copy color: '#DCC714'

red 220 ◦ green 199 ◦ blue 20

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

Shades of Sunflower #DCC714

Tints of Sunflower #DCC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 50.11%
G = 45.33%
B = 4.56%

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

#DCC714 (or 0xDCC714) is known color: Sunflower. HEX triplet: DC, C7 and 14. RGB value is (220,199,20). Sum of RGB (Red+Green+Blue) = 220+199+20=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC714 is #2338EB. Grayscale: #B9B9B9. Windows color (decimal): -2308332 or 1361884. OLE color: 1361884.

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

Color convert

RGB 220 199 20 -
CMYK 0 0.10 0.91 0.14
HSL 53.7º 0.83% 0.47% -
HSV(B) 53.7º 0.91% 0.86% -
XYZ 50.06 56.11 8.85 -
YUV 184.87 34.96 153.05 -
System Red Green Blue C M Y K H S L
Decimal 220 199 20 0 0.10 0.91 0.14 53.7 0.83 0.47
Hex DC C7 14 0 A 5B E 36 53 2F
Octal 334 307 24 0 12 133 16 66 123 57
Binary 11011100 11000111 10100 0 1010 1011011 1110 110110 1010011 101111

Color Harmonies of #DCC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC714

Black with #DCC714

Text Example


Text Example

White with #DCC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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