Html Css Color HEX #D5BE20 Sunflower

📋 copy color: '#D5BE20'

red 213 ◦ green 190 ◦ blue 32

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

Shades of Sunflower #D5BE20

Tints of Sunflower #D5BE20

RGB

 RED value IS 213 (83.59% from 255) = 48.97%

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

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 48.97%
G = 43.68%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5BE20 (or 0xD5BE20) is known color: Sunflower. HEX triplet: D5, BE and 20. RGB value is (213,190,32). Sum of RGB (Red+Green+Blue) = 213+190+32=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE20 is #2A41DF. Grayscale: #B3B3B3. Windows color (decimal): -2769376 or 2146005. OLE color: 2146005.

HSL color Cylindrical-coordinate representation of color #D5BE20: hue angle of 52.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5BE20 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 32 -
CMYK 0 0.11 0.85 0.16
HSL 52.38º 0.74% 0.48% -
HSV(B) 52.38º 0.85% 0.84% -
XYZ 46.11 51.08 8.79 -
YUV 178.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 213 190 32 0 0.11 0.85 0.16 52.38 0.74 0.48
Hex D5 BE 20 0 B 55 10 34 4A 30
Octal 325 276 40 0 13 125 20 64 112 60
Binary 11010101 10111110 100000 0 1011 1010101 10000 110100 1001010 110000

Color Harmonies of #D5BE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE20

Black with #D5BE20

Text Example


Text Example

White with #D5BE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE20; }

 p { color: rgb(213,190,32); }

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

background-color css

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

 a { background-color: rgb(213,190,32); }

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

border-color css

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

 span { border-color: rgb(213,190,32); }

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