Html Css Color HEX #DCB30D Sunflower

📋 copy color: '#DCB30D'

red 220 ◦ green 179 ◦ blue 13

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

Shades of Sunflower #DCB30D

Tints of Sunflower #DCB30D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 53.4%
G = 43.45%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB30D (or 0xDCB30D) is known color: Sunflower. HEX triplet: DC, B3 and 0D. RGB value is (220,179,13). Sum of RGB (Red+Green+Blue) = 220+179+13=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB30D is #234CF2. Grayscale: #ADADAD. Windows color (decimal): -2313459 or 898012. OLE color: 898012.

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

Color convert

RGB 220 179 13 -
CMYK 0 0.19 0.94 0.14
HSL 48.12º 0.89% 0.46% -
HSV(B) 48.12º 0.94% 0.86% -
XYZ 45.71 47.48 7.14 -
YUV 172.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 220 179 13 0 0.19 0.94 0.14 48.12 0.89 0.46
Hex DC B3 D 0 13 5E E 30 59 2E
Octal 334 263 15 0 23 136 16 60 131 56
Binary 11011100 10110011 1101 0 10011 1011110 1110 110000 1011001 101110

Color Harmonies of #DCB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB30D

Black with #DCB30D

Text Example


Text Example

White with #DCB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB30D; }

 p { color: rgb(220,179,13); }

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

background-color css

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

 a { background-color: rgb(220,179,13); }

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

border-color css

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

 span { border-color: rgb(220,179,13); }

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