Html Css Color HEX #DCBA00 Sunflower

📋 copy color: '#DCBA00'

red 220 ◦ green 186 ◦ blue 0

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

Shades of Sunflower #DCBA00

Tints of Sunflower #DCBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.19%
G = 45.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCBA00 (or 0xDCBA00) is known color: Sunflower. HEX triplet: DC, BA and 00. RGB value is (220,186,0). Sum of RGB (Red+Green+Blue) = 220+186+0=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA00 is #2345FF. Grayscale: #AFAFAF. Windows color (decimal): -2311680 or 47836. OLE color: 47836.

HSL color Cylindrical-coordinate representation of color #DCBA00: hue angle of 50.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCBA00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 0 -
CMYK 0 0.15 1 0.14
HSL 50.73º 1% 0.43% -
HSV(B) 50.73º 1% 0.86% -
XYZ 47.07 50.33 7.23 -
YUV 174.96 29.26 160.12 -
System Red Green Blue C M Y K H S L
Decimal 220 186 0 0 0.15 1 0.14 50.73 1 0.43
Hex DC BA 0 0 F 64 E 33 64 2B
Octal 334 272 0 0 17 144 16 63 144 53
Binary 11011100 10111010 0 0 1111 1100100 1110 110011 1100100 101011

Color Harmonies of #DCBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA00

Black with #DCBA00

Text Example


Text Example

White with #DCBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA00; }

 p { color: rgb(220,186,0); }

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

background-color css

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

 a { background-color: rgb(220,186,0); }

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

border-color css

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

 span { border-color: rgb(220,186,0); }

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