Html Css Color HEX #DCBC1B Sunflower

📋 copy color: '#DCBC1B'

red 220 ◦ green 188 ◦ blue 27

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

Shades of Sunflower #DCBC1B

Tints of Sunflower #DCBC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.21%

R = 50.57%
G = 43.22%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCBC1B (or 0xDCBC1B) is known color: Sunflower. HEX triplet: DC, BC and 1B. RGB value is (220,188,27). Sum of RGB (Red+Green+Blue) = 220+188+27=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC1B is #2343E4. Grayscale: #B3B3B3. Windows color (decimal): -2311141 or 1817820. OLE color: 1817820.

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

Color convert

RGB 220 188 27 -
CMYK 0 0.15 0.88 0.14
HSL 50.05º 0.78% 0.48% -
HSV(B) 50.05º 0.88% 0.86% -
XYZ 47.7 51.26 8.42 -
YUV 179.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 220 188 27 0 0.15 0.88 0.14 50.05 0.78 0.48
Hex DC BC 1B 0 F 58 E 32 4E 30
Octal 334 274 33 0 17 130 16 62 116 60
Binary 11011100 10111100 11011 0 1111 1011000 1110 110010 1001110 110000

Color Harmonies of #DCBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC1B

Black with #DCBC1B

Text Example


Text Example

White with #DCBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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