Html Css Color HEX #DCC80B Sunflower

📋 copy color: '#DCC80B'

red 220 ◦ green 200 ◦ blue 11

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

Shades of Sunflower #DCC80B

Tints of Sunflower #DCC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 51.04%
G = 46.4%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC80B (or 0xDCC80B) is known color: Sunflower. HEX triplet: DC, C8 and 0B. RGB value is (220,200,11). Sum of RGB (Red+Green+Blue) = 220+200+11=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC80B is #2337F4. Grayscale: #B9B9B9. Windows color (decimal): -2308085 or 772316. OLE color: 772316.

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

Color convert

RGB 220 200 11 -
CMYK 0 0.09 0.95 0.14
HSL 54.26º 0.9% 0.45% -
HSV(B) 54.26º 0.95% 0.86% -
XYZ 50.23 56.55 8.58 -
YUV 184.43 30.13 153.37 -
System Red Green Blue C M Y K H S L
Decimal 220 200 11 0 0.09 0.95 0.14 54.26 0.9 0.45
Hex DC C8 B 0 9 5F E 36 5A 2D
Octal 334 310 13 0 11 137 16 66 132 55
Binary 11011100 11001000 1011 0 1001 1011111 1110 110110 1011010 101101

Color Harmonies of #DCC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC80B

Black with #DCC80B

Text Example


Text Example

White with #DCC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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