Html Css Color HEX #DCBE01 Sunflower

📋 copy color: '#DCBE01'

red 220 ◦ green 190 ◦ blue 1

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

Shades of Sunflower #DCBE01

Tints of Sunflower #DCBE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.53%
G = 46.23%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCBE01 (or 0xDCBE01) is known color: Sunflower. HEX triplet: DC, BE and 01. RGB value is (220,190,1). Sum of RGB (Red+Green+Blue) = 220+190+1=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE01 is #2341FE. Grayscale: #B2B2B2. Windows color (decimal): -2310655 or 114396. OLE color: 114396.

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

Color convert

RGB 220 190 1 -
CMYK 0 0.14 1.00 0.14
HSL 51.78º 0.99% 0.43% -
HSV(B) 51.78º 1% 0.86% -
XYZ 47.93 52.04 7.55 -
YUV 177.42 28.44 158.37 -
System Red Green Blue C M Y K H S L
Decimal 220 190 1 0 0.14 1.00 0.14 51.78 0.99 0.43
Hex DC BE 1 0 E 64 E 34 63 2B
Octal 334 276 1 0 16 144 16 64 143 53
Binary 11011100 10111110 1 0 1110 1100100 1110 110100 1100011 101011

Color Harmonies of #DCBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE01

Black with #DCBE01

Text Example


Text Example

White with #DCBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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