Html Css Color HEX #DCBA02 Sunflower

📋 copy color: '#DCBA02'

red 220 ◦ green 186 ◦ blue 2

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

Shades of Sunflower #DCBA02

Tints of Sunflower #DCBA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 53.92%
G = 45.59%
B = 0.49%

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

#DCBA02 (or 0xDCBA02) is known color: Sunflower. HEX triplet: DC, BA and 02. RGB value is (220,186,2). Sum of RGB (Red+Green+Blue) = 220+186+2=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA02 is #2345FD. Grayscale: #AFAFAF. Windows color (decimal): -2311678 or 178908. OLE color: 178908.

HSL color Cylindrical-coordinate representation of color #DCBA02: hue angle of 50.64º degrees, saturation: 0.98, 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 #DCBA02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 2 -
CMYK 0 0.15 0.99 0.14
HSL 50.64º 0.98% 0.44% -
HSV(B) 50.64º 0.99% 0.86% -
XYZ 47.09 50.34 7.29 -
YUV 175.19 30.26 159.96 -
System Red Green Blue C M Y K H S L
Decimal 220 186 2 0 0.15 0.99 0.14 50.64 0.98 0.44
Hex DC BA 2 0 F 63 E 33 62 2C
Octal 334 272 2 0 17 143 16 63 142 54
Binary 11011100 10111010 10 0 1111 1100011 1110 110011 1100010 101100

Color Harmonies of #DCBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA02

Black with #DCBA02

Text Example


Text Example

White with #DCBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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