Html Css Color HEX #DCBA01 Sunflower

📋 copy color: '#DCBA01'

red 220 ◦ green 186 ◦ blue 1

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

Shades of Sunflower #DCBA01

Tints of Sunflower #DCBA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.05%
G = 45.7%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCBA01 (or 0xDCBA01) is known color: Sunflower. HEX triplet: DC, BA and 01. RGB value is (220,186,1). Sum of RGB (Red+Green+Blue) = 220+186+1=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA01 is #2345FE. Grayscale: #AFAFAF. Windows color (decimal): -2311679 or 113372. OLE color: 113372.

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

Color convert

RGB 220 186 1 -
CMYK 0 0.15 1.00 0.14
HSL 50.68º 0.99% 0.43% -
HSV(B) 50.68º 1% 0.86% -
XYZ 47.08 50.34 7.26 -
YUV 175.08 29.76 160.04 -
System Red Green Blue C M Y K H S L
Decimal 220 186 1 0 0.15 1.00 0.14 50.68 0.99 0.43
Hex DC BA 1 0 F 64 E 33 63 2B
Octal 334 272 1 0 17 144 16 63 143 53
Binary 11011100 10111010 1 0 1111 1100100 1110 110011 1100011 101011

Color Harmonies of #DCBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA01

Black with #DCBA01

Text Example


Text Example

White with #DCBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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