Html Css Color HEX #DCBE06 Sunflower

📋 copy color: '#DCBE06'

red 220 ◦ green 190 ◦ blue 6

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

Shades of Sunflower #DCBE06

Tints of Sunflower #DCBE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 52.88%
G = 45.67%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCBE06 (or 0xDCBE06) is known color: Sunflower. HEX triplet: DC, BE and 06. RGB value is (220,190,6). Sum of RGB (Red+Green+Blue) = 220+190+6=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE06 is #2341F9. Grayscale: #B2B2B2. Windows color (decimal): -2310650 or 442076. OLE color: 442076.

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

Color convert

RGB 220 190 6 -
CMYK 0 0.14 0.97 0.14
HSL 51.59º 0.95% 0.44% -
HSV(B) 51.59º 0.97% 0.86% -
XYZ 47.96 52.06 7.69 -
YUV 177.99 30.94 157.96 -
System Red Green Blue C M Y K H S L
Decimal 220 190 6 0 0.14 0.97 0.14 51.59 0.95 0.44
Hex DC BE 6 0 E 61 E 34 5F 2C
Octal 334 276 6 0 16 141 16 64 137 54
Binary 11011100 10111110 110 0 1110 1100001 1110 110100 1011111 101100

Color Harmonies of #DCBE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE06

Black with #DCBE06

Text Example


Text Example

White with #DCBE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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