Html Css Color HEX #DCBC04 Sunflower

📋 copy color: '#DCBC04'

red 220 ◦ green 188 ◦ blue 4

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

Shades of Sunflower #DCBC04

Tints of Sunflower #DCBC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 53.4%
G = 45.63%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCBC04 (or 0xDCBC04) is known color: Sunflower. HEX triplet: DC, BC and 04. RGB value is (220,188,4). Sum of RGB (Red+Green+Blue) = 220+188+4=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC04 is #2343FB. Grayscale: #B1B1B1. Windows color (decimal): -2311164 or 310492. OLE color: 310492.

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

Color convert

RGB 220 188 4 -
CMYK 0 0.15 0.98 0.14
HSL 51.11º 0.96% 0.44% -
HSV(B) 51.11º 0.98% 0.86% -
XYZ 47.52 51.19 7.49 -
YUV 176.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 220 188 4 0 0.15 0.98 0.14 51.11 0.96 0.44
Hex DC BC 4 0 F 62 E 33 60 2C
Octal 334 274 4 0 17 142 16 63 140 54
Binary 11011100 10111100 100 0 1111 1100010 1110 110011 1100000 101100

Color Harmonies of #DCBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC04

Black with #DCBC04

Text Example


Text Example

White with #DCBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC04; }

 p { color: rgb(220,188,4); }

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

background-color css

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

 a { background-color: rgb(220,188,4); }

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

border-color css

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

 span { border-color: rgb(220,188,4); }

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