Html Css Color HEX #DCBE1F Sunflower

📋 copy color: '#DCBE1F'

red 220 ◦ green 190 ◦ blue 31

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

Shades of Sunflower #DCBE1F

Tints of Sunflower #DCBE1F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 31 (12.5% from 255) = 7.03%

R = 49.89%
G = 43.08%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCBE1F (or 0xDCBE1F) is known color: Sunflower. HEX triplet: DC, BE and 1F. RGB value is (220,190,31). Sum of RGB (Red+Green+Blue) = 220+190+31=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE1F is #2341E0. Grayscale: #B5B5B5. Windows color (decimal): -2310625 or 2080476. OLE color: 2080476.

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

Color convert

RGB 220 190 31 -
CMYK 0 0.14 0.86 0.14
HSL 50.48º 0.75% 0.49% -
HSV(B) 50.48º 0.86% 0.86% -
XYZ 48.18 52.14 8.82 -
YUV 180.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 220 190 31 0 0.14 0.86 0.14 50.48 0.75 0.49
Hex DC BE 1F 0 E 56 E 32 4B 31
Octal 334 276 37 0 16 126 16 62 113 61
Binary 11011100 10111110 11111 0 1110 1010110 1110 110010 1001011 110001

Color Harmonies of #DCBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE1F

Black with #DCBE1F

Text Example


Text Example

White with #DCBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE1F; }

 p { color: rgb(220,190,31); }

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

background-color css

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

 a { background-color: rgb(220,190,31); }

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

border-color css

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

 span { border-color: rgb(220,190,31); }

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