Html Css Color HEX #DCB61A Sunflower

📋 copy color: '#DCB61A'

red 220 ◦ green 182 ◦ blue 26

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

Shades of Sunflower #DCB61A

Tints of Sunflower #DCB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.52%

 BLUE value IS 26 (10.55% from 255) = 6.07%

R = 51.4%
G = 42.52%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCB61A (or 0xDCB61A) is known color: Sunflower. HEX triplet: DC, B6 and 1A. RGB value is (220,182,26). Sum of RGB (Red+Green+Blue) = 220+182+26=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB61A is #2349E5. Grayscale: #B0B0B0. Windows color (decimal): -2312678 or 1750748. OLE color: 1750748.

HSL color Cylindrical-coordinate representation of color #DCB61A: hue angle of 48.25º degrees, saturation: 0.79, 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 #DCB61A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 26 -
CMYK 0 0.17 0.88 0.14
HSL 48.25º 0.79% 0.48% -
HSV(B) 48.25º 0.88% 0.86% -
XYZ 46.43 48.75 7.94 -
YUV 175.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 220 182 26 0 0.17 0.88 0.14 48.25 0.79 0.48
Hex DC B6 1A 0 11 58 E 30 4F 30
Octal 334 266 32 0 21 130 16 60 117 60
Binary 11011100 10110110 11010 0 10001 1011000 1110 110000 1001111 110000

Color Harmonies of #DCB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB61A

Black with #DCB61A

Text Example


Text Example

White with #DCB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB61A; }

 p { color: rgb(220,182,26); }

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

background-color css

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

 a { background-color: rgb(220,182,26); }

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

border-color css

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

 span { border-color: rgb(220,182,26); }

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