Html Css Color HEX #DCBE07 Sunflower

📋 copy color: '#DCBE07'

red 220 ◦ green 190 ◦ blue 7

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

Shades of Sunflower #DCBE07

Tints of Sunflower #DCBE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 52.76%
G = 45.56%
B = 1.68%

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

#DCBE07 (or 0xDCBE07) is known color: Sunflower. HEX triplet: DC, BE and 07. RGB value is (220,190,7). Sum of RGB (Red+Green+Blue) = 220+190+7=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE07 is #2341F8. Grayscale: #B2B2B2. Windows color (decimal): -2310649 or 507612. OLE color: 507612.

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

Color convert

RGB 220 190 7 -
CMYK 0 0.14 0.97 0.14
HSL 51.55º 0.94% 0.45% -
HSV(B) 51.55º 0.97% 0.86% -
XYZ 47.97 52.06 7.72 -
YUV 178.11 31.44 157.88 -
System Red Green Blue C M Y K H S L
Decimal 220 190 7 0 0.14 0.97 0.14 51.55 0.94 0.45
Hex DC BE 7 0 E 61 E 34 5E 2D
Octal 334 276 7 0 16 141 16 64 136 55
Binary 11011100 10111110 111 0 1110 1100001 1110 110100 1011110 101101

Color Harmonies of #DCBE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE07

Black with #DCBE07

Text Example


Text Example

White with #DCBE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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