Html Css Color HEX #DCBE1E Sunflower

📋 copy color: '#DCBE1E'

red 220 ◦ green 190 ◦ blue 30

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

Shades of Sunflower #DCBE1E

Tints of Sunflower #DCBE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.82%

R = 50%
G = 43.18%
B = 6.82%

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

#DCBE1E (or 0xDCBE1E) is known color: Sunflower. HEX triplet: DC, BE and 1E. RGB value is (220,190,30). Sum of RGB (Red+Green+Blue) = 220+190+30=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE1E is #2341E1. Grayscale: #B5B5B5. Windows color (decimal): -2310626 or 2014940. OLE color: 2014940.

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

Color convert

RGB 220 190 30 -
CMYK 0 0.14 0.86 0.14
HSL 50.53º 0.76% 0.49% -
HSV(B) 50.53º 0.86% 0.86% -
XYZ 48.16 52.14 8.75 -
YUV 180.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 220 190 30 0 0.14 0.86 0.14 50.53 0.76 0.49
Hex DC BE 1E 0 E 56 E 33 4C 31
Octal 334 276 36 0 16 126 16 63 114 61
Binary 11011100 10111110 11110 0 1110 1010110 1110 110011 1001100 110001

Color Harmonies of #DCBE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE1E

Black with #DCBE1E

Text Example


Text Example

White with #DCBE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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