Html Css Color HEX #DCBA03 Sunflower

📋 copy color: '#DCBA03'

red 220 ◦ green 186 ◦ blue 3

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

Shades of Sunflower #DCBA03

Tints of Sunflower #DCBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 53.79%
G = 45.48%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCBA03 (or 0xDCBA03) is known color: Sunflower. HEX triplet: DC, BA and 03. RGB value is (220,186,3). Sum of RGB (Red+Green+Blue) = 220+186+3=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA03 is #2345FC. Grayscale: #B0B0B0. Windows color (decimal): -2311677 or 244444. OLE color: 244444.

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

Color convert

RGB 220 186 3 -
CMYK 0 0.15 0.99 0.14
HSL 50.6º 0.97% 0.44% -
HSV(B) 50.6º 0.99% 0.86% -
XYZ 47.09 50.34 7.32 -
YUV 175.3 30.76 159.88 -
System Red Green Blue C M Y K H S L
Decimal 220 186 3 0 0.15 0.99 0.14 50.6 0.97 0.44
Hex DC BA 3 0 F 63 E 33 61 2C
Octal 334 272 3 0 17 143 16 63 141 54
Binary 11011100 10111010 11 0 1111 1100011 1110 110011 1100001 101100

Color Harmonies of #DCBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA03

Black with #DCBA03

Text Example


Text Example

White with #DCBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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