Html Css Color HEX #DCC61B Sunflower

📋 copy color: '#DCC61B'

red 220 ◦ green 198 ◦ blue 27

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

Shades of Sunflower #DCC61B

Tints of Sunflower #DCC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

 BLUE value IS 27 (10.94% from 255) = 6.07%

R = 49.44%
G = 44.49%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC61B (or 0xDCC61B) is known color: Sunflower. HEX triplet: DC, C6 and 1B. RGB value is (220,198,27). Sum of RGB (Red+Green+Blue) = 220+198+27=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC61B is #2339E4. Grayscale: #B9B9B9. Windows color (decimal): -2308581 or 1820380. OLE color: 1820380.

HSL color Cylindrical-coordinate representation of color #DCC61B: hue angle of 53.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC61B is Cyan = 0, Magento = 0.1, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 27 -
CMYK 0 0.1 0.88 0.14
HSL 53.16º 0.78% 0.48% -
HSV(B) 53.16º 0.88% 0.86% -
XYZ 49.91 55.68 9.15 -
YUV 185.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 220 198 27 0 0.1 0.88 0.14 53.16 0.78 0.48
Hex DC C6 1B 0 A 58 E 35 4E 30
Octal 334 306 33 0 12 130 16 65 116 60
Binary 11011100 11000110 11011 0 1010 1011000 1110 110101 1001110 110000

Color Harmonies of #DCC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC61B

Black with #DCC61B

Text Example


Text Example

White with #DCC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC61B; }

 p { color: rgb(220,198,27); }

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

background-color css

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

 a { background-color: rgb(220,198,27); }

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

border-color css

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

 span { border-color: rgb(220,198,27); }

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