Html Css Color HEX #DCB10A Sunflower

📋 copy color: '#DCB10A'

red 220 ◦ green 177 ◦ blue 10

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

Shades of Sunflower #DCB10A

Tints of Sunflower #DCB10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 54.05%
G = 43.49%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB10A (or 0xDCB10A) is known color: Sunflower. HEX triplet: DC, B1 and 0A. RGB value is (220,177,10). Sum of RGB (Red+Green+Blue) = 220+177+10=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB10A is #234EF5. Grayscale: #ABABAB. Windows color (decimal): -2313974 or 700892. OLE color: 700892.

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

Color convert

RGB 220 177 10 -
CMYK 0 0.20 0.95 0.14
HSL 47.71º 0.91% 0.45% -
HSV(B) 47.71º 0.95% 0.86% -
XYZ 45.29 46.68 6.91 -
YUV 170.82 37.25 163.08 -
System Red Green Blue C M Y K H S L
Decimal 220 177 10 0 0.20 0.95 0.14 47.71 0.91 0.45
Hex DC B1 A 0 14 5F E 30 5B 2D
Octal 334 261 12 0 24 137 16 60 133 55
Binary 11011100 10110001 1010 0 10100 1011111 1110 110000 1011011 101101

Color Harmonies of #DCB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB10A

Black with #DCB10A

Text Example


Text Example

White with #DCB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB10A; }

 p { color: rgb(220,177,10); }

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

background-color css

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

 a { background-color: rgb(220,177,10); }

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

border-color css

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

 span { border-color: rgb(220,177,10); }

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