Html Css Color HEX #DCB00D Sunflower

📋 copy color: '#DCB00D'

red 220 ◦ green 176 ◦ blue 13

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

Shades of Sunflower #DCB00D

Tints of Sunflower #DCB00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

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

R = 53.79%
G = 43.03%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB00D (or 0xDCB00D) is known color: Sunflower. HEX triplet: DC, B0 and 0D. RGB value is (220,176,13). Sum of RGB (Red+Green+Blue) = 220+176+13=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB00D is #234FF2. Grayscale: #ABABAB. Windows color (decimal): -2314227 or 897244. OLE color: 897244.

HSL color Cylindrical-coordinate representation of color #DCB00D: hue angle of 47.25º 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 #DCB00D is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 13 -
CMYK 0 0.2 0.94 0.14
HSL 47.25º 0.89% 0.46% -
HSV(B) 47.25º 0.94% 0.86% -
XYZ 45.11 46.3 6.94 -
YUV 170.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 220 176 13 0 0.2 0.94 0.14 47.25 0.89 0.46
Hex DC B0 D 0 14 5E E 2F 59 2E
Octal 334 260 15 0 24 136 16 57 131 56
Binary 11011100 10110000 1101 0 10100 1011110 1110 101111 1011001 101110

Color Harmonies of #DCB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB00D

Black with #DCB00D

Text Example


Text Example

White with #DCB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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