Html Css Color HEX #DCB00A Sunflower

📋 copy color: '#DCB00A'

red 220 ◦ green 176 ◦ blue 10

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

Shades of Sunflower #DCB00A

Tints of Sunflower #DCB00A

RGB

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

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

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

R = 54.19%
G = 43.35%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB00A (or 0xDCB00A) is known color: Sunflower. HEX triplet: DC, B0 and 0A. RGB value is (220,176,10). Sum of RGB (Red+Green+Blue) = 220+176+10=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB00A is #234FF5. Grayscale: #AAAAAA. Windows color (decimal): -2314230 or 700636. OLE color: 700636.

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

Color convert

RGB 220 176 10 -
CMYK 0 0.2 0.95 0.14
HSL 47.43º 0.91% 0.45% -
HSV(B) 47.43º 0.95% 0.86% -
XYZ 45.1 46.29 6.84 -
YUV 170.23 37.58 163.5 -
System Red Green Blue C M Y K H S L
Decimal 220 176 10 0 0.2 0.95 0.14 47.43 0.91 0.45
Hex DC B0 A 0 14 5F E 2F 5B 2D
Octal 334 260 12 0 24 137 16 57 133 55
Binary 11011100 10110000 1010 0 10100 1011111 1110 101111 1011011 101101

Color Harmonies of #DCB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB00A

Black with #DCB00A

Text Example


Text Example

White with #DCB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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