Html Css Color HEX #DCBE1A Sunflower

📋 copy color: '#DCBE1A'

red 220 ◦ green 190 ◦ blue 26

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

Shades of Sunflower #DCBE1A

Tints of Sunflower #DCBE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 50.46%
G = 43.58%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCBE1A (or 0xDCBE1A) is known color: Sunflower. HEX triplet: DC, BE and 1A. RGB value is (220,190,26). Sum of RGB (Red+Green+Blue) = 220+190+26=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE1A is #2341E5. Grayscale: #B4B4B4. Windows color (decimal): -2310630 or 1752796. OLE color: 1752796.

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

Color convert

RGB 220 190 26 -
CMYK 0 0.14 0.88 0.14
HSL 50.72º 0.79% 0.48% -
HSV(B) 50.72º 0.88% 0.86% -
XYZ 48.12 52.12 8.5 -
YUV 180.27 40.94 156.34 -
System Red Green Blue C M Y K H S L
Decimal 220 190 26 0 0.14 0.88 0.14 50.72 0.79 0.48
Hex DC BE 1A 0 E 58 E 33 4F 30
Octal 334 276 32 0 16 130 16 63 117 60
Binary 11011100 10111110 11010 0 1110 1011000 1110 110011 1001111 110000

Color Harmonies of #DCBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE1A

Black with #DCBE1A

Text Example


Text Example

White with #DCBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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