Html Css Color HEX #DCBE08 Sunflower

📋 copy color: '#DCBE08'

red 220 ◦ green 190 ◦ blue 8

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

Shades of Sunflower #DCBE08

Tints of Sunflower #DCBE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 52.63%
G = 45.45%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCBE08 (or 0xDCBE08) is known color: Sunflower. HEX triplet: DC, BE and 08. RGB value is (220,190,8). Sum of RGB (Red+Green+Blue) = 220+190+8=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE08 is #2341F7. Grayscale: #B2B2B2. Windows color (decimal): -2310648 or 573148. OLE color: 573148.

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

Color convert

RGB 220 190 8 -
CMYK 0 0.14 0.96 0.14
HSL 51.51º 0.93% 0.45% -
HSV(B) 51.51º 0.96% 0.86% -
XYZ 47.97 52.06 7.75 -
YUV 178.22 31.94 157.8 -
System Red Green Blue C M Y K H S L
Decimal 220 190 8 0 0.14 0.96 0.14 51.51 0.93 0.45
Hex DC BE 8 0 E 60 E 34 5D 2D
Octal 334 276 10 0 16 140 16 64 135 55
Binary 11011100 10111110 1000 0 1110 1100000 1110 110100 1011101 101101

Color Harmonies of #DCBE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE08

Black with #DCBE08

Text Example


Text Example

White with #DCBE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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