Html Css Color HEX #DCC80F Sunflower

📋 copy color: '#DCC80F'

red 220 ◦ green 200 ◦ blue 15

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

Shades of Sunflower #DCC80F

Tints of Sunflower #DCC80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.45%

R = 50.57%
G = 45.98%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC80F (or 0xDCC80F) is known color: Sunflower. HEX triplet: DC, C8 and 0F. RGB value is (220,200,15). Sum of RGB (Red+Green+Blue) = 220+200+15=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC80F is #2337F0. Grayscale: #B9B9B9. Windows color (decimal): -2308081 or 1034460. OLE color: 1034460.

HSL color Cylindrical-coordinate representation of color #DCC80F: hue angle of 54.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC80F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 15 -
CMYK 0 0.09 0.93 0.14
HSL 54.15º 0.87% 0.46% -
HSV(B) 54.15º 0.93% 0.86% -
XYZ 50.26 56.56 8.72 -
YUV 184.89 32.13 153.04 -
System Red Green Blue C M Y K H S L
Decimal 220 200 15 0 0.09 0.93 0.14 54.15 0.87 0.46
Hex DC C8 F 0 9 5D E 36 57 2E
Octal 334 310 17 0 11 135 16 66 127 56
Binary 11011100 11001000 1111 0 1001 1011101 1110 110110 1010111 101110

Color Harmonies of #DCC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC80F

Black with #DCC80F

Text Example


Text Example

White with #DCC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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